Skip to main content

TdxBarWinControl.CanClicked Method

Determines whether an item control responds to mouse clicks.

Declaration

function CanClicked: Boolean; override;

Returns

Type
Boolean

Remarks

CanClicked returns True if an item control responds to mouse click events; False otherwise. The appearance of the windowed control depends upon the DockingStyle of the parent bar control. If the parent bar control is docked to the left or to the right side of a form, the windowed control appears as a button. In this instance, it can respond to mouse click events. If the item control has a horizontal layout, the OnClick event is not generated.

See Also