TdxBarStatic.CanClicked Method
In This Article
Determines whether the TdxBarStatic item responds to mouse clicks.
#Declaration
Delphi
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