This documentation is archived and is not being maintained.
HwndSource Constructor
Visual Studio 2010
Initializes a new instance of the HwndSource class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
HwndSource(HwndSourceParameters) | Initializes a new instance of the HwndSource class by using a structure that contains the initial settings. |
|
HwndSource(Int32, Int32, Int32, Int32, Int32, String, IntPtr) | Initializes a new instance of the HwndSource class with a specified class style, style, extended style, x-y position, name, and parent window. |
|
HwndSource(Int32, Int32, Int32, Int32, Int32, Int32, Int32, String, IntPtr) | Initializes a new instance of the HwndSource class with a specified class style, style, extended style, x-y position, width, height, name, and parent window. |
|
HwndSource(Int32, Int32, Int32, Int32, Int32, Int32, Int32, String, IntPtr, Boolean) | Initializes a new instance of the HwndSource class with a specified class style, style, extended style, x-y position, width, height, name, and parent window, and by specifying whether the window is autosized. |
Show: