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