XTPTabNavigateButtonFlags Enumeration
Description
XTPTabNavigateButtonFlags is an enumeration used to indicate when a navigation button will be displayed. This style flag is applied to one button. Navigation buttons include the left, right, and close buttons that appear in the tab control header area.
Members
| Member | Description |
|---|---|
| xtpTabNavigateButtonNone | Never display the navigate button. |
| xtpTabNavigateButtonAutomatic | Automatically display the navigate button. |
| xtpTabNavigateButtonAlways | Always display the navigate button. |
Remarks
If xtpTabNavigateButtonAutomatic is used, then the button will appear only when needed. For example, when the XTPTabLayoutStyle is set to xtpTabLayoutAutoSize, all tabs might not fit in the tab control header area. When there are more tabs than can fit in the header, the button will automatically be displayed.
The ShowNavigateButton method uses the XTPTabNavigateButtonFlags and XTPNavigateButton enumerations to specify when each of the tab navigation buttons will be displayed. Each button can have a different flag applied.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.