ScriptTaskUI.Delete(IWin32Window) Method

Definition

Deletes the script task UI instance created by New(IWin32Window) method.

public:
 virtual void Delete(System::Windows::Forms::IWin32Window ^ parentWindow);
public void Delete (System.Windows.Forms.IWin32Window parentWindow);
abstract member Delete : System.Windows.Forms.IWin32Window -> unit
override this.Delete : System.Windows.Forms.IWin32Window -> unit
Public Sub Delete (parentWindow As IWin32Window)

Parameters

parentWindow
IWin32Window

The parent window.

Implements

Applies to