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