TdxTabbedMDITabProperties Properties
Contains page settings for tabbed MDI child forms.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. Inherited from TcxCustomTabControlProperties. |
ActivePage | Provides access to the currently active (also called selected) tabbed page. |
AllowDisabledTabAccess protected | Specifies whether end-users can activate or focus a disabled tab. Inherited from TcxCustomTabControlProperties. |
AllowTabDragDrop | Specifies whether tab drag and drop is enabled. Inherited from TcxCustomTabControlProperties. |
CloseButtonMode | Specifies the Close button visibility in tabs. Inherited from TcxCustomTabControlProperties. |
CloseTabWithMiddleClick | Specifies if clicking the middle mouse button closes the tab located under the mouse pointer. Inherited from TcxCustomTabControlProperties. |
CustomButtons | Specifies custom button settings. Inherited from TcxCustomTabControlProperties. |
DragImage protected | Specifies the drag icon for tabs. Inherited from TcxCustomTabControlProperties. |
Focusable | Specifies whether a tab can receive focus, when using the left or right arrow key. |
HideTabs | Specifies whether the tab panel is hidden. Inherited from TcxCustomTabControlProperties. |
HotImages protected | Specifies the collection of images used for indicating the tab’s hot-tracked state. Inherited from TcxCustomTabControlProperties. |
HotTrack | Specifies whether tabs are hot-tracked when the mouse pointer hovers over them. Inherited from TcxCustomTabControlProperties. |
ImageBorder | Specifies the width of tab image borders in pixels. Inherited from TcxCustomTabControlProperties. |
Images protected | Specifies the collection of images that are used as explanatory images for tabs. Inherited from TcxCustomTabControlProperties. |
MultiLine | Specifies whether tabs are arranged across several rows. Inherited from TcxCustomTabControlProperties. |
MultiLineTabCaptions protected | Specifies if tab captions can occupy multiple lines. Inherited from TcxCustomTabControlProperties. |
MultiSelect protected | Specifies whether multiple tabs can be selected at a time. Inherited from TcxCustomTabControlProperties. |
NavigatorPosition | Specifies the control corner in which the navigator bar resides. Inherited from TcxCustomTabControlProperties. |
NewButton | Provides access to the New tab button. Inherited from TcxCustomTabControlProperties. |
NewButtonMode protected | Specifies the New tab button‘s display options. Inherited from TcxCustomTabControlProperties. |
Options | Specifies a set of options that affect the appearance and behavior of a tab control. Inherited from TcxCustomTabControlProperties. |
Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
OwnerDraw | Specifies whether the tab control uses default tab drawing. Inherited from TcxCustomTabControlProperties. |
PageCount | Returns the number of tabbed pages. |
PageIndex | Specifies the currently active (also called selected) tabbed page. |
Pages | Provides zero-based indexed access to individual tabbed pages. |
RaggedRight | Specifies whether tabs are stretched to fit the control’s area. Inherited from TcxCustomTabControlProperties. |
Rotate | Specifies whether tabs are rotated relative to tab panel orientation. Inherited from TcxCustomTabControlProperties. |
RotatedTabsMaxWidth | Specifies the maximum width (in pixels) tabs can have when they are rotated relative to the tab panel. Inherited from TcxCustomTabControlProperties. |
ScrollOpposite | Specifies whether tab rows can be scrolled to the opposite side of a tab control. Inherited from TcxCustomTabControlProperties. |
ShowButtonHints | Specifies the visibility of button hints. Inherited from TcxCustomTabControlProperties. |
ShowFrame | Specifies the visibility of page borders. Inherited from TcxCustomTabControlProperties. |
ShowTabHints | Specifies the visibility of tab hints. Inherited from TcxCustomTabControlProperties. |
Style | Applies a painting style to a tab control. Inherited from TcxCustomTabControlProperties. |
TabCaptionAlignment | Specifies the tab caption alignment. Inherited from TcxCustomTabControlProperties. |
TabHeight | Specifies the height of tabs in pixels. Inherited from TcxCustomTabControlProperties. |
TabIndex protected | Specifies the selected tab index. Inherited from TcxCustomTabControlProperties. |
TabPosition | Specifies tab panel position and orientation. Inherited from TcxCustomTabControlProperties. |
Tabs protected | Returns the collection of tabs displayed by a tab control. Inherited from TcxCustomTabControlProperties. |
TabSlants | Specifies the appearance aspects of tab slants. Inherited from TcxCustomTabControlProperties. |
TabsScroll | Specifies whether tab navigation buttons are displayed if tabs don’t fit in the tab control. Inherited from TcxCustomTabControlProperties. |
TabWidth | Specifies the width of tabs in pixels. Inherited from TcxCustomTabControlProperties. |
See Also