This topic has not yet been rated - Rate this topic

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, 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.
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, and parent window, and by specifying whether the window is autosized.
Top
Security noteSecurity Note

This method is not available in the Internet security zone.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.