TcxPCButtonMode Enum
Enumerates button visibility options in tabs.
Declaration
TcxPCButtonMode = (
cbmNone,
cbmActiveTab,
cbmEveryTab,
cbmActiveAndHoverTabs
);
Members
Name |
---|
cbmNone
|
cbmActiveTab
|
cbmEveryTab
|
cbmActiveAndHoverTabs
|
Remarks
Values include:
Value | Meaning |
---|---|
cbmNone | The button is hidden in tabs. |
cbmActiveTab | The button is displayed in the currently active tab. |
cbmEveryTab | The button is displayed in all tabs. |
cbmActiveAndHoverTabs | The button is displayed in the currently active tab, and in an inactive tab that is currently hot-tracked. |
See Also