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.v20.2.dll

NuGet Package: 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:

Object Type Path to DisableInput
DefaultOverlayFormOptions
.Options .DisableInput

Remarks

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

See Also