[]
Represents toolbar tab control.
[TemplatePart(Name = "HelpButton", Type = typeof(Button))]
[TemplatePart(Name = "CollapseButton", Type = typeof(ToggleButton))]
public class C1ToolbarTabControl : C1TabControl
<TemplatePart(Name:="HelpButton", Type:=GetType(Button))>
<TemplatePart(Name:="CollapseButton", Type:=GetType(ToggleButton))>
Public Class C1ToolbarTabControl
Inherits C1TabControl
| Name | Description |
|---|---|
| C1ToolbarTabControl() | Initializes a new instance of a C1ToolbarTabControl. |
| Name | Description |
|---|---|
| OnApplyTemplate() | Builds the visual tree for the C1ToolbarTabControl control when a new template is applied. |