ScriptTaskUI.New(IWin32Window) Method

Definition

Creates a new instance of the script task UI with the specified parent window.

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

Parameters

parentWindow
IWin32Window

The parent window.

Implements

Applies to