Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.FocusedBarControl Property

Specifies the focused toolbar control.

#Declaration

Delphi
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