TdxBarItem.CanClicked Method
Specifies whether an item responds to mouse clicks.
Declaration
function CanClicked: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function is used internally to control mouse click response. The CanClicked method returns True, if an item responds to mouse clicks. If True, an OnClick event can be generated. CanClicked always returns True for this class.
See Also