TdxBarStatic.CanClicked Method
Determines whether the TdxBarStatic item responds to mouse clicks.
Declaration
function CanClicked: Boolean; override;
Returns
Type |
---|
Boolean |
Remarks
This function always returns the value that specifies whether TdxBarStatic processes mouse click events: If True, an OnClick event is generated. Use the AllowClick property to disable or enable mouse click processing.
See Also