WindowHelper.CreateChildElement Method
Include Protected Members
Include Inherited Members
Create and displays the specified element.
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 | |
---|---|---|
CreateChildElement(IVsUIElement, IntPtr) | Creates and displays the specified element as a modeless child window. | |
CreateChildElement(IVsUIElement, FrameworkElement, FrameworkElement%) | Creates and sets the specified element as a child of the specified parent. | |
CreateChildElement(Guid, UInt32, IVsUISimpleDataSource, IntPtr) | Creates and displays a UI element as a modeless child window. | |
CreateChildElement(Guid, UInt32, IVsUISimpleDataSource, FrameworkElement, FrameworkElement%) | Creates and sets the element as a child of the specified parent. |
Top