TdxBarItemControl.Enabled Property
Determines whether an item control responds to mouse, keyboard, and timer events.
Declaration
property Enabled: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
Enabled refers to the Enabled property of an underlying item. Set the Enabled property of the underlying item to False to disable an item control. In this instance, the item control ignores mouse and keyboard events.
See Also