The C1TabControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1TabControl |
Creates an instance of C1TabControl.
|
Methods
Name | Description | |
---|---|---|
![]() | FindTabPageByID |
Finds the tab page by ID.
|
![]() | FindTabPageByText |
Finds the tab page by text.
|
![]() | MoveFirst |
Moves to the first tab page.
|
![]() | MoveLast |
Moves to the last tab page.
|
![]() | MoveNext |
Moves to the next tab page.
|
![]() | MovePrevious |
Moves to the previous tab page.
|
![]() | RemoveTabPage |
Removes the tab page at the specified position.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Alignment |
Gets or sets the alignment of the tabs.
|
![]() | Animation |
Animation effect while switching between pages.
|
![]() | AutoPostBack |
Gets or sets a value that determines whether to postback to the server when clicking the tab.
|
![]() | CausesValidation |
Gets or sets a value indicating whether validation is performed when a tab is clicked.
|
![]() | Direction |
Gets or sets the docking direction of the tabs.
|
![]() | Duration |
Expand Animation duration in milliseconds.
|
![]() | Easing |
Specifies the transition for animation.
|
![]() | 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.
|
![]() | ScrollSettings |
Scroll settings.
|
![]() | SelectedIndex |
Gets or sets the index of the selected tab.
|
![]() | TabPages |
Gets the tab page collection.
|
![]() | TextImageRelation |
Gets or sets the relationship of the text and image.
|
![]() | UseEmbeddedVisualStyles |
If true then control will use VisualStyle embedded into control's assembly.
otherwise control will load VisualStyle from disk.
(Overrides C1ThemeableControlUseEmbeddedVisualStyles()()()().) |
![]() | ValidationGroup |
Gets or sets the group of controls for which the tab causes validation when it posts back to the server.
|
![]() | VisualStyle |
Gets or sets the visual style name used by the control.
(Overrides C1ThemeableControlVisualStyle()()()().) |
![]() | VisualStylePath |
Gets or sets the path to the visual style folder.
(Overrides C1ThemeableControlVisualStylePath()()()().) |
Events
Name | Description | |
---|---|---|
![]() | BeforeSelectedIndexChange |
Occurs before the SelectedIndex is changed.
|
![]() | SelectedIndexChanged |
Occurs when the SelectedIndex is changed.
|