TdxBarSubItemControl.ControlClick(Boolean,Char) Method
Activates an item control.
Declaration
procedure ControlClick(AByMouse: Boolean; AKey: Char = #0); override;
Parameters
Name | Type |
---|---|
AByMouse | Boolean |
AKey | Char |
Remarks
ByMouse specifies whether a control has been activated by the mouse. If ByMouse is False, then the control has been activated by a key press event; if True – the item control has been activated after a mouse click.
See Also