Vcl.RibbonActnCtrls.TRibbonLargeSplitButton
Delphi
TRibbonLargeSplitButton = class(TRibbonLargeButtonControl, IRibbonSplitButton)
C++
class PASCALIMPLEMENTATION TRibbonLargeSplitButton : public TRibbonLargeButtonControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | Vcl.RibbonActnCtrls |
Description
Large button with two separated areas.
A TRibbonLargeSplitButton component is a large button with two separated areas. The upper area is a default action for the button and the bottom is called a split button, which has the same functionality as a TRibbonDropDownButton.