Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDockingManager.AutoShowInterval Property

Specifies the time interval that passes before making auto hidden dock controls visible.

#Declaration

Delphi
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.

See Also