Skip to main content
A newer version of this page is available. .

OverlayWindowOptions.DisableInput Property

Gets or sets whether the Overlay Form receives focus and disables user input on the overlapped control.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public bool? DisableInput { get; set; }

Property Value

Type Description
Nullable<Boolean>

true if the Overlay Form disables user input on the overlapped control; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DisableInput
WinForms Controls OverlayWindowOptions
.Default .DisableInput
eXpressApp Framework DefaultOverlayFormOptions
.Options .DisableInput

Remarks

After the Overlay Form is closed, it returns focus to the control.

See Also