RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonProperties.ButtonType Property

ButtonType specifies the button type on a ribbon group.

Pascal
property ButtonType: TButtonType;
C++
__property TButtonType ButtonType;

Use the ButtonType property to set or check the button type on a ribbon group. The following table lists the possible values for the ButtonType property 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!