WindowHelper Members
Include Protected Members
Include Inherited Members
The WindowHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddHelpTopic | Adds a help topic to a data source used by a dialog using the constants HelpTopic property and Help verb. | |
CreateChildElement(IVsUIElement, IntPtr) | Create and displays the specified element as a modeless child window | |
CreateChildElement(IVsUIElement, FrameworkElement, FrameworkElement%) | Try our best to create and set the element as a child of the specified parent | |
CreateChildElement(Guid, UInt32, IVsUISimpleDataSource, IntPtr) | Create and displays a UI element as a modeless child window | |
CreateChildElement(Guid, UInt32, IVsUISimpleDataSource, FrameworkElement, FrameworkElement%) | Try our best to create and set the element as a child of the specified parent | |
CreateUIElement | Create a UI Element | |
CreateWpfLoader | Creates a WPF Loader object that can be used to create IVsUIElement objects wrapping UI objects specified by their types. | |
GetDialogOwnerHandle | Returns the window handle that can be used to parent modal dialogs | |
GetFrameworkElementFromUIElement | Creates a FrameworkElement from the specified UIElement | |
GetHwndFromUIElement | Create the specified element as a modeless child window | |
ShowModal(Window) | Displays a WPF window as modal dialog in Visual Studio shell | |
ShowModal(Window, IntPtr) | Shows a WPF window using a Win32 parent window | |
ShowModalElement(IVsUIElement) | Create the specified element and display it as a modal dialog using the IDE's main window as parent | |
ShowModalElement(IVsUIElement, IntPtr) | Displays the UIElement as a modal dialog, using the specified Win32 window as parent | |
ShowModalElement(IVsUIElement, Window) | Create the specified element and display it as a modal dialog using the specified window or the IDE's main window as parent | |
ShowModalElement(Guid, UInt32, IVsUISimpleDataSource) | Create the specified element and display it as a modal dialog using the IDE's main window as parent |
Top