Vcl.RibbonActnCtrls.TRibbonGallerySplitButton

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.RibbonActnCtrls.TRibbonSmallSplitButtonVcl.RibbonActnCtrls.TRibbonDropDownButtonVcl.RibbonActnCtrls.TRibbonBaseButtonControlVcl.ActnCtrls.TCustomButtonControlTRibbonGallerySplitButton

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 with gtRibbon TGalleryType is not supported in the current version, but you can use the other two TGalleryType values.

See Also