Skip to main content

TdxBar.NotDocking Property

Specifies toolbar location restrictions.

Declaration

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

Property Value

Type
TdxBarDockingStyles

Remarks

Specifies application form sides to which the current toolbar cannot be docked.

Note

If dsNone is included into the value of the NotDocking property, a toolbar cannot be floating. Pay attention to the state of the bar manager’s NotDocking property.

See Also