Vcl.RibbonActnCtrls.TRibbonLargeSplitButton.DoSplitButtonClick
Delphi
procedure DoSplitButtonClick(const SelectFirst: Boolean); virtual;
C++
virtual void __fastcall DoSplitButtonClick(const bool SelectFirst);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TRibbonLargeSplitButton |
Description
Performs click actions for the split button.
Use DoSplitButtonClick to perform the actions specified when the split button is clicked, expanding the pop-up content.