Vcl.ActnMan.TButtonProperties.TButtonType
Delphi
TButtonType = (btNone, btDropDown, btSplit, btGallery);
C++
enum DECLSPEC_DENUM TButtonType : unsigned char { btNone, btDropDown, btSplit, btGallery };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TButtonProperties |
Description
TButtonType enumerates the possible button types on a ribbon group.
The following table lists the possible values for the TButtonType type and the meaning corresponding to each value:
| Value | Description |
|---|---|
|
btNone |
A normal button. |
|
btDropdown |
A button that displays a drop-down menu. |
|
btSplit |
A button that displays a drop-down menu, but has a default action. |
|
btGallery |
A button that displays a drop-down gallery. |