Back to Devexpress

TdxBarManager.WaitForDockingTime Property

vcl-dxbar-dot-tdxbarmanager-8edc0eda.md

latest905 B
Original Source

TdxBarManager.WaitForDockingTime Property

Determines how quickly (in milliseconds) a floating toolbar is docked.

Declaration

delphi
property WaitForDockingTime: Integer read; write; default 21;

Property Value

TypeDefault
Integer21

Remarks

When a floating toolbar is dragged to the place of a dock control an amount of time must pass before it’s docked. This interval, in milliseconds, is specified by the WaitForDockingTime property. The assigned value must be a positive integer value.

The default value of the WaitForDockingTime property is 21 milliseconds.

See Also

TdxBarManager Class

TdxBarManager Members

dxBar Unit