The C1TabControl type exposes the following members.

Constructors

  NameDescription
Public methodC1TabControl
Creates an instance of C1TabControl.

Methods

  NameDescription
Public methodFindTabPageByID
Finds the tab page by ID.
Public methodFindTabPageByText
Finds the tab page by text.
Public methodMoveFirst
Moves to the first tab page.
Public methodMoveLast
Moves to the last tab page.
Public methodMoveNext
Moves to the next tab page.
Public methodMovePrevious
Moves to the previous tab page.
Public methodRemoveTabPage
Removes the tab page at the specified position.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAlignment
Gets or sets the alignment of the tabs.
Public propertyAnimation
Animation effect while switching between pages.
Public propertyAutoPostBack
Gets or sets a value that determines whether to postback to the server when clicking the tab.
Public propertyCausesValidation
Gets or sets a value indicating whether validation is performed when a tab is clicked.
Public propertyDirection
Gets or sets the docking direction of the tabs.
Public propertyDuration
Expand Animation duration in milliseconds.
Public propertyEasing
Specifies the transition for animation.
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 propertyScrollSettings
Scroll settings.
Public propertySelectedIndex
Gets or sets the index of the selected tab.
Public propertyTabPages
Gets the tab page collection.
Public propertyTextImageRelation
Gets or sets the relationship of the text and image.
Public propertyUseEmbeddedVisualStyles
If true then control will use VisualStyle embedded into control's assembly. otherwise control will load VisualStyle from disk.
(Overrides C1ThemeableControlUseEmbeddedVisualStyles()()()().)
Public propertyValidationGroup
Gets or sets the group of controls for which the tab causes validation when it posts back to the server.
Public propertyVisualStyle
Gets or sets the visual style name used by the control.
(Overrides C1ThemeableControlVisualStyle()()()().)
Public propertyVisualStylePath
Gets or sets the path to the visual style folder.
(Overrides C1ThemeableControlVisualStylePath()()()().)

Events

  NameDescription
Public eventBeforeSelectedIndexChange
Occurs before the SelectedIndex is changed.
Public eventSelectedIndexChanged
Occurs when the SelectedIndex is changed.

See Also