UIElementDialogPage.Window Property

Gets the handle to the UI control hosted in the ToolsOption page.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Protected Overrides ReadOnly Property Window As IWin32Window
[BrowsableAttribute(false)]
protected override IWin32Window Window { get; }
[BrowsableAttribute(false)]
protected:
virtual property IWin32Window^ Window {
    IWin32Window^ get () override;
}
[<BrowsableAttribute(false)>]
abstract Window : IWin32Window with get
[<BrowsableAttribute(false)>]
override Window : IWin32Window with get
override function get Window () : IWin32Window

Property Value

Type: System.Windows.Forms.IWin32Window
The handle to the UI control.

.NET Framework Security

See Also

Reference

UIElementDialogPage Class

Microsoft.VisualStudio.Shell Namespace