Share via


WindowHelper Members

Include Protected Members
Include Inherited Members

The WindowHelper type exposes the following members.

Methods

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

Top

See Also

Reference

WindowHelper Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace