TdxBarManager.BarControlFocused Property
In This Article
Determines if the current bar manager has a focused toolbar control.
#Declaration
Delphi
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