|
RAD Studio VCL Reference
|
TButtonType enumerates the possible button types on a ribbon group.
TButtonType = ( btNone, btDropDown, btSplit, btGallery );
enum TButtonType { btNone, btDropDown, btSplit, btGallery };
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. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|