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; }
Property Value
Type: System.Windows.Forms.IWin32Window
The handle to the UI control.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.