RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.TButtonProperties.TButtonType Enumeration

TButtonType enumerates the possible button types on a ribbon group.

Pascal
TButtonType = (
  btNone,
  btDropDown,
  btSplit,
  btGallery
);
C++
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!