Back to Devexpress

SmartPasteBehavior.CloseOverlayForm() Method

windowsforms-devexpress-dot-aiintegration-dot-winforms-dot-smartpastebehavior-a87fc279.md

latest1.6 KB
Original Source

SmartPasteBehavior.CloseOverlayForm() Method

Closes the overlay form.

Namespace : DevExpress.AIIntegration.WinForms

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

NuGet Package : DevExpress.AIIntegration.WinForms

Declaration

csharp
public void CloseOverlayForm()
vb
Public Sub 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

SmartPasteBehavior Class

SmartPasteBehavior Members

DevExpress.AIIntegration.WinForms Namespace