TdxBarManager.FocusedBarControl Property
Specifies the focused toolbar control.
Declaration
property FocusedBarControl: TCustomdxBarControl read;
Property Value
Type |
---|
TCustomdxBarControl |
Remarks
Use the FocusedBarControl property to access the currently focused toolbar control. If none of the current bar manager’s toolbars is focused, this property returns nil.
If you need to find out whether one of the current bar manager’s toolbar controls is focused, use the BarControlFocused property.
See Also