TCustomdxBarControl.IsActive Property
Determines whether the current bar control has an active item control.
Declaration
property IsActive: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
The IsActive property returns True if any item control on the current bar control has focus. If none of the item controls are focused, the IsActive property value is equal to False.
See Also