[]
C1SimplifiedTabControl handles marquee logic and toggle collapse state of tab control
[TemplatePart(Name = "TabPanel", Type = typeof(C1TabPanel))]
[TemplatePart(Name = "Marquee", Type = typeof(Rectangle))]
[TemplatePart(Name = "MarqueeScale", Type = typeof(ScaleTransform))]
[TemplatePart(Name = "MarqueeTrans", Type = typeof(TranslateTransform))]
[TemplatePart(Name = "CollapseButton", Type = typeof(ToggleButton))]
public class C1SimplifiedTabControl : C1TabControl
| Name | Description |
|---|---|
| C1SimplifiedTabControl() | Initializes a new instance of a C1SimplifiedTabControl. |
| Name | Description |
|---|---|
| OnApplyTemplate() | Builds the visual tree for the C1SimplifiedTabControl control when a new template is applied. |