TdxBarStaticControl.CanClicked Method
In This Article
Specifies whether the static item control responds to mouse clicks.
#Declaration
Delphi
function CanClicked: Boolean; override;
#Returns
Type |
---|
Boolean |
#Remarks
In TdxBarStaticControl class, this function always returns False indicating that the control does not respond to mouse clicks.
See Also