UIElementDialogPage::Window Property

 

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

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

protected:
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property IWin32Window^ Window {
	virtual IWin32Window^ get() override;
}

Property Value

Type: System.Windows.Forms::IWin32Window^

The handle to the UI control.

Return to top
Show: