WindowHelper.ShowModalElement Method
Include Protected Members
Include Inherited Members
Creates the specified element and displays it as a modal dialog.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ShowModalElement(IVsUIElement) | Creates the specified element and displays it as a modal dialog, using the main window of the IDE as the parent. | |
ShowModalElement(IVsUIElement, IntPtr) | Displays the UI element as a modal dialog, using the specified Win32 window as the parent. | |
ShowModalElement(IVsUIElement, Window) | Creates the specified element and displays it as a modal dialog, using the specified window or the main window of the IDE as the parent. | |
ShowModalElement(Guid, UInt32, IVsUISimpleDataSource) | Create the specified element and display it as a modal dialog, using the main window of the IDE as the parent. |
Top