This topic has not yet been rated - Rate this topic

HwndSource Constructor

Initializes a new instance of the HwndSource class.
Security note Security Note:

This method is not available in the Internet security zone.

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, parent window, and whether the window is autosized.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.