Skip to main content
All docs
V25.1
  • 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.1.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:

    Library Object Type Path to DisableInput
    WinForms Controls OverlayWindowOptions
    .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