TcxTab Properties
An individual tab within the TcxTabControl control.| Name | Description |
|---|---|
| AllowCloseButton | Specifies if the tab can display the Close button. |
| Caption | Specifies a tab caption. |
| Color | Specifies the color of the tab. |
| Data | |
| Enabled | Specifies whether the tab is enabled. |
| FullRect | Returns the rectangle occupied by the tab in coordinate system of the tab control. |
| Highlighted | Specifies whether the tab is highlighted. |
| HotTrack | Indicates if the tab is hot-tracked. |
| ImageIndex | Specifies the image displayed in the tab. |
| Index | Returns the tab index within the tabs collection. |
| IsMainTab | Returns a value indicating whether the tab is a main tab. |
| Pressed | Returns a value indicating whether a user is currently pressing the tab. |
| RealVisible | Returns a value indicating whether the tab is currently visible to an end-user. |
| Selected | Specifies whether the tab is selected. |
| Tracking | Indicates whether the tab is currently tracked. |
| Visible | Specifies whether the tab is visible. |
| VisibleIndex | Returns the tab’s visible index. |
| VisibleRect | Returns the rectangle occupied by the tab portion visible to a user. |
| VisibleRow | Returns the visible index of the tab row that contains this tab. |
See Also