TdxDockingManager.AutoShowInterval Property
Specifies the time interval that passes before making auto hidden dock controls visible.
Declaration
property AutoShowInterval: Integer read; write; default dxAutoShowInterval;
Property Value
Type |
---|
Integer |
Remarks
When the auto hide feature is enabled for a control, end-users can make the control visible by pointing the corresponding label with the mouse pointer. The AutoShowInterval property specifies the time interval that passes between pointing to a label with the mouse pointer and the actual start of making the corresponding control visible.
The value of the AutoShowInterval property is set in milliseconds. Set this constant to 0 if you don’t need an interval before starting to make the control visible.
Larger values of the AutoShowInterval property allow you to avoid accidental operations. Large intervals will allow end-users to move the pointer away from a label if pointing to it accidentally.
The default value of the AutoShowInterval property is dxAutoShowInterval.