Public Instance Constructors
Tab Constructor | Initializes a new instance of the Tab class. |
Public Instance Properties
AccessKey | Gets or sets the keyboard shortcut key (AccessKey) for setting focus to the tab. |
ContentTemplate | Gets or sets the tab content template to include any HTML or server control. |
Enabled | Gets or sets a value that indicates whether the tab is enabled. |
HeaderTemplate | Gets or sets the tab header template to include any HTML or server control. |
HeaderText | The header text string that will appear within a tab. |
ID | Gets or sets the ID of the tab. |
NewLine | Gets or sets a value that indicates whether the tab is located at the beginning of a new line (horizontal or vertical). |
ParentTabstrip | The parent UltimateTabstrip control containing this tab. |
TabActiveStyle | Gets or sets the style to be applied to the tab in the active state. |
TabDefaultStyle | Gets or sets the style to be applied to the tab in the default state. |
TabHoverStyle | Gets or sets the style to be applied to the tab in the hovered state. |
TabIndex | Gets or sets the tab index of the tab. |
ToolTip | Gets or sets the tooltip for the tab to be displayed when the mouse cursor is over the control. |
URL | Gets or sets the URL to redirect the page when the tab is clicked. |
Visible | Gets or sets a value that indicates whether the tab is visible. |
Public Instance Methods
Clone | Creates a new object that is a copy of the current instance. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString | Returns a string that represents the current Tab object. |
See Also
Tab Class | Karamasoft.WebControls.UltimateTabstrip Namespace