The C1TabStrip type exposes the following members.

Constructors

  NameDescription
Public methodC1TabStrip
Default constructor.

Methods

  NameDescription
Public methodAssignPropertiesState
Public methodCreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.
Public methodInitialize
Initializes the tabstrip.
(Overrides ComponentInitialize()()()().)

Properties

  NameDescription
Public propertyChildGroupCssClass
CSS class name used for the child tab group.
Public propertyDirection
Gets or sets the docking direction.
Public propertyEnabled
Gets or sets whether the tabstrip is enabled.
Public propertyLevel
Gets the level of this tab group.
Public propertyOnClientAfterTabSelect
Handler name of the client AfterTabSelect event.
Public propertyOnClientBeforeTabSelect
Handler name of the client BeforeTabSelect event.
Public propertyOnClientTabMouseEnter
Handler name of the client TabMouseEnter event.
Public propertyOnClientTabMouseOut
Handler name of the client TabMouseOut event.
Public propertyOnClientTabUnSelect
Handler name of the client TabUnSelect event.
Public propertyOrientation
Gets or sets the orientation of the tabstrip.
Public propertyOverlapOrder
Gets or sets the order for overlapped tabs.
Public propertyOwner
Gets the parent ITabOwner interface.
Public propertyPropertiesState
Public propertyScrollSettings
Gets the scroll settings.
Public propertySelectedIndex
Gets or sets the index of the selected tab in this tab group.
Public propertySelectedTab
Gets the selected tab.
Public propertyTabs
Gets the list of tabs belong to this tab group.
Public propertyTextImageRelation
Gets or sets the relationship of the text and image for the child tabs.
Public propertyVisualStyle
Gets or sets the VisualStyle for the tabstrip.

Events

  NameDescription
Public eventAfterTabSelect
Fires after the tab is selected.
Public eventBeforeTabSelect
Fires before tab is selected.
Public eventTabMouseEnter
Fires when the mouse enters a tab.
Public eventTabMouseOut
Fires when the mouse moves out a tab.
Public eventTabUnSelect
Fires after when a previous selected tab is unselected.

See Also