Skip to main content

TdxBarWinControl.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

The ControlClick method is called when a user clicks an item control. ByMouse specifies whether an item control has been activated by a mouse click. The ControlClick method sets the Focused property to True and calls the inherited method.

See Also