TdxBarStaticControl.CanClicked Method
Specifies whether the static item control responds to mouse clicks.
Declaration
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