Skip to main content

TdxBarCustomStaticControl.CanClicked Method

Specifies whether an item control responds to mouse clicks.

Declaration

function CanClicked: Boolean; override;

Returns

Type
Boolean

Remarks

By default, this function returns False indicating that an item control does not respond to mouse clicks. TdxBarCustomStaticControl descendants can override this function to provide their own functionality.

See Also