NativeWindow Constructor

Definition

Initializes an instance of the NativeWindow class.

public:
 NativeWindow();
public NativeWindow ();
Public Sub New ()

Remarks

This is the default NativeWindow constructor provided by the compiler. The NativeWindow class also has a static constructor that initializes application domain-wide message handlers and hash tables.

Applies to

See also