Skip to main content
All docs
V25.1
  • SmartPasteBehavior.CloseOverlayForm() Method

    Closes the overlay form.

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    public void CloseOverlayForm()

    Remarks

    The SmartPaste feature displays an overlay form during its operation. This form indicates that the process is running and closes automatically when the asynchronous operation completes.

    The CloseOverlayForm method forcibly closes the overlay form before the operation ends. This method does not cancels or interrupts the running process.

    Use the CloseOverlayForm method when the overlay form is no longer necessary (for example, when another UI element visualizes the operation status or when handling custom UI interactions).

    See Also