Skip to main content

TdxBarManager.ParentBarManager Property

Determines the parent bar manager.

Declaration

property ParentBarManager: TdxBarManager read;

Property Value

Type
TdxBarManager

Remarks

A bar manager can belong to any window of an application: a form, frame, dialog and so forth. That is it can belong to any descendant of the TCustomForm class. If the parent window of the current bar manager is a child window for the window that also contains a bar manager, the latter bar manager will be the parent bar manager for the former. Use the ParentBarManager property to access the parent bar manager.

For example, use this property to process shortcuts.

See Also