The C1TabPage type exposes the following members.

Constructors

  NameDescription
Public methodC1TabPage
Constructor of the C1TabPage class.

Methods

  NameDescription
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDisabledCssClass
CSS class name used for the tab in disabled mode.
Public propertyDisabledImageUrl
Url to the tab image when the tab is in disabled state.
Public propertyForceNewLine
Gets or sets a value that determines whether the new tab starts from a new line.
Public propertyImageUrl
Url to the tab image when the tab is in normal state.
Public propertySelectedCssClass
CSS class name used for the tab in selected mode.
Public propertySelectedImageUrl
Url to the tab image when the tab is in selected state.
Public propertyText
Gets or sets the text displayed on the tab.
Public propertyValue
Gets or sets the value associated with the tab.

See Also