Back to Devexpress

OverlayWindowOptions.DisableInput Property

windowsforms-devexpress-dot-xtrasplashscreen-dot-overlaywindowoptions-c5605a97.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool? DisableInput { get; set; }
vb
Public Property DisableInput As Boolean?

Property Value

TypeDescription
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:

LibraryObject TypePath to DisableInput
WinForms ControlsOverlayWindowOptions

.Default .DisableInput

| | XAF: Cross-Platform .NET App UI & Web API | DefaultOverlayFormOptions |

.Options .DisableInput

|

Remarks

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

See Also

OverlayWindowOptions Class

OverlayWindowOptions Members

DevExpress.XtraSplashScreen Namespace