API: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.
Vcl.RibbonActnCtrls.TRibbonSmallSplitButton.Click inherits from Vcl.RibbonActnCtrls.TRibbonDropDownButton.Click. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonDropDownButton.Click.
Executes the control's action in response to a mouse click.
Click is called automatically when the user left-clicks the control. The method calls DoDropDown, which expands the pop-up menu.