Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HwndSource Constructor

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.

  NameDescription
Public method HwndSource(HwndSourceParameters) Initializes a new instance of the HwndSource class by using a structure that contains the initial settings.
Public method 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, parent window, and whether the window is autosized.
Public method 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.
Public method 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.
Top

Security noteSecurity Note:

This method is not available in the Internet security zone.

Community Additions

Show:
© 2017 Microsoft