Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarWinControl.ControlClick(Boolean,Char) Method

Activates an item control.

#Declaration

Delphi
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