TcxCustomTabControlProperties Properties
Contains settings that are common to the TcxPageControl and TcxTabControl controls.| Name | Description |
|---|---|
| ActivateFocusedTab protected | Specifies if focusing a tab using the Up Arrow, Down Arrow, Left Arrow, Down Arrow, Home, or End keystroke activates it. |
| AllowDisabledTabAccess protected | Specifies whether end-users can activate or focus a disabled tab. |
| AllowTabDragDrop protected | Specifies whether tab drag and drop is enabled. |
| CloseButtonMode protected | Specifies the Close button visibility in tabs. |
| CloseTabWithMiddleClick protected | Specifies if clicking the middle mouse button closes the tab located under the mouse pointer. |
| CustomButtons protected | Specifies custom button settings. |
| DragImage protected | Specifies the drag icon for tabs. |
| HideTabs protected | Specifies whether the tab panel is hidden. |
| HotImages protected | Specifies the collection of images used for indicating the tab’s hot-tracked state. |
| HotTrack protected | Specifies whether tabs are hot-tracked when the mouse pointer hovers over them. |
| ImageBorder protected | Specifies the width of tab image borders in pixels. |
| Images protected | Specifies the collection of images that are used as explanatory images for tabs. |
| MultiLine protected | Specifies whether tabs are arranged across several rows. |
| MultiLineTabCaptions protected | Specifies if tab captions can occupy multiple lines. |
| MultiSelect protected | Specifies whether multiple tabs can be selected at a time. |
| NavigatorPosition protected | Specifies the control corner in which the navigator bar resides. |
| NewButton | Provides access to the New tab button. |
| NewButtonMode protected | Specifies the New tab button‘s display options. |
| Options protected | Specifies a set of options that affect the appearance and behavior of a tab control. |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| OwnerDraw protected | Specifies whether the tab control uses default tab drawing. |
| RaggedRight protected | Specifies whether tabs are stretched to fit the control’s area. |
| Rotate protected | Specifies whether tabs are rotated relative to tab panel orientation. |
| RotatedTabsMaxWidth protected | Specifies the maximum width (in pixels) tabs can have when they are rotated relative to the tab panel. |
| ScrollOpposite protected | Specifies whether tab rows can be scrolled to the opposite side of a tab control. |
| ShowButtonHints protected | Specifies the visibility of button hints. |
| ShowFrame protected | Specifies the visibility of page borders. |
| ShowTabHints protected | Specifies the visibility of tab hints. |
| Style protected | Applies a painting style to a tab control. |
| TabCaptionAlignment protected | Specifies the tab caption alignment. |
| TabHeight protected | Specifies the height of tabs in pixels. |
| TabIndex protected | Specifies the selected tab index. |
| TabPosition protected | Specifies tab panel position and orientation. |
| Tabs protected | Returns the collection of tabs displayed by a tab control. |
| TabSlants protected | Specifies the appearance aspects of tab slants. |
| TabsScroll protected | Specifies whether tab navigation buttons are displayed if tabs don’t fit in the tab control. |
| TabWidth protected | Specifies the width of tabs in pixels. |
See Also