Skip to main content

TdxBarManager.BarControlFocused Property

Determines if the current bar manager has a focused toolbar control.

Declaration

property BarControlFocused: Boolean read;

Property Value

Type
Boolean

Remarks

If one of the current bar manager’s toolbar controls is focused, the BarControlFocused property returns True, otherwise it returns False.

To access the focused toolbar use the FocusedBarControl property.

See Also