TdxBarManager.WaitForDockingTime Property
Determines how quickly (in milliseconds) a floating toolbar is docked.
Declaration
property WaitForDockingTime: Integer read; write; default 21;
Property Value
Type | Default |
---|---|
Integer | 21 |
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