Skip to main content

TdxBarManager.NotDocking Property

Specifies restrictions on docking toolbars.

Declaration

property NotDocking: TdxBarDockingStyles read; write; default [];

Property Value

Type
TdxBarDockingStyles

Remarks

A toolbar can be docked to any side of the parent form or float. If the value of the NotDocking property is not an empty set, end-users won’t be able to dock toolbars to the form’s edges included in this set. If the dsNone value is included in the set, the toolbars will not be able to be float.

The default value of the NotDocking property is an empty set.

To prohibit a docking style for one toolbar, use the toolbar’s NotDocking property.

See Also