UIElementDialogPage.Window Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the handle to the UI control hosted in the ToolsOption page.
protected:
virtual property System::Windows::Forms::IWin32Window ^ Window { System::Windows::Forms::IWin32Window ^ get(); };
[System.ComponentModel.Browsable(false)]
protected override System.Windows.Forms.IWin32Window Window { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Window : System.Windows.Forms.IWin32Window
Protected Overrides ReadOnly Property Window As IWin32Window
The handle to the UI control.
- Attributes