Vcl.RibbonActnCtrls.TRibbonGallerySplitButton
Delphi
TRibbonGallerySplitButton = class(TRibbonSmallSplitButton)
C++
class PASCALIMPLEMENTATION TRibbonGallerySplitButton : public TRibbonSmallSplitButton
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | Vcl.RibbonActnCtrls |
Description
Class used for buttons with a gallery in the drop-down menu.
TRibbonGallerySplitButton has the same functionality as a split button, but the pop-up menu is a gallery.
Note: Using
csGallery
CommandStyle withgtRibbon
TGalleryType is not supported in the current version, but you can use the other two TGalleryType values.