The C1TabStrip type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1TabStrip |
Default constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | AssignPropertiesState | |
![]() | CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
|
![]() | Initialize |
Initializes the tabstrip.
(Overrides ComponentInitialize()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | ChildGroupCssClass |
CSS class name used for the child tab group.
|
![]() | Direction |
Gets or sets the docking direction.
|
![]() | Enabled |
Gets or sets whether the tabstrip is enabled.
|
![]() | Level |
Gets the level of this tab group.
|
![]() | OnClientAfterTabSelect |
Handler name of the client AfterTabSelect event.
|
![]() | OnClientBeforeTabSelect |
Handler name of the client BeforeTabSelect event.
|
![]() | OnClientTabMouseEnter |
Handler name of the client TabMouseEnter event.
|
![]() | OnClientTabMouseOut |
Handler name of the client TabMouseOut event.
|
![]() | OnClientTabUnSelect |
Handler name of the client TabUnSelect event.
|
![]() | Orientation |
Gets or sets the orientation of the tabstrip.
|
![]() | OverlapOrder |
Gets or sets the order for overlapped tabs.
|
![]() | Owner |
Gets the parent ITabOwner interface.
|
![]() | PropertiesState | |
![]() | ScrollSettings |
Gets the scroll settings.
|
![]() | SelectedIndex |
Gets or sets the index of the selected tab in this tab group.
|
![]() | SelectedTab |
Gets the selected tab.
|
![]() | Tabs |
Gets the list of tabs belong to this tab group.
|
![]() | TextImageRelation |
Gets or sets the relationship of the text and image for the child tabs.
|
![]() | VisualStyle |
Gets or sets the VisualStyle for the tabstrip.
|
Events
Name | Description | |
---|---|---|
![]() | AfterTabSelect |
Fires after the tab is selected.
|
![]() | BeforeTabSelect |
Fires before tab is selected.
|
![]() | TabMouseEnter |
Fires when the mouse enters a tab.
|
![]() | TabMouseOut |
Fires when the mouse moves out a tab.
|
![]() | TabUnSelect |
Fires after when a previous selected tab is unselected.
|