System.Windows.Forms.NativeWindow Members

The members of System.Windows.Forms.NativeWindow are listed below.

See Also: Inherited members from System.MarshalByRefObject

Public Constructors

Initializes an instance of the System.Windows.Forms.NativeWindow class.

Public Properties

[read-only]
HandleIntPtr.

Gets the handle for this window.

Public Methods

AssignHandle(IntPtr)

Assigns a handle to this window.

CreateHandle(CreateParams)

Creates a window and its handle with the specified creation parameters.

DefWndProc(ref Message)
Documentation for this section has not yet been entered.
DestroyHandle()

Destroys the window and its handle.

Finalize()

Releases the resources associated with this window.

static
FromHandle(IntPtr) : NativeWindow

Retrieves the window associated with the specified handle.

ReleaseHandle()

Releases the handle associated with this window.

Protected Methods

OnHandleChange()

Specifies a notification method that is called when the handle for a window is changed.

OnThreadException(Exception)

When overridden in a derived class, manages an unhandled thread exception.

WndProc(ref Message)
Documentation for this section has not yet been entered.