TdxBarItemControl.CanClicked Method
Specifies whether an item control responds to mouse clicks.
Declaration
function CanClicked: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function always returns True for this class. That means that the item control responds to mouse clicks and the OnClick event of the underlying item is generated. Descendants can override this function to specify whether it responds to mouse clicks.
See Also