Vcl.RibbonActnCtrls.TRibbonSmallSplitButton.Click
Delphi
procedure Click; override;
C++
DYNAMIC void __fastcall Click(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TRibbonSmallSplitButton |
Description
Executes the control's action in response to a mouse click.
Click is called automatically when the user left-clicks the control. If the cursor is in the split button, then the method calls DoDropDown, which expands the pop-up menu.