NativeWindow Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | AssignHandle(IntPtr) | Assigns a handle to this window. |
![]() | CreateHandle(CreateParams^) | Creates a window and its handle with the specified creation parameters. |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | DefWndProc(Message%) | Invokes the default window procedure associated with this window. |
![]() | DestroyHandle() | Destroys the window and its handle. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Releases the resources associated with this window. (Overrides Object::Finalize().) |
![]() ![]() | FromHandle(IntPtr) | Retrieves the window associated with the specified handle. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | 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. |
![]() | ReleaseHandle() | Releases the handle associated with this window. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WndProc(Message%) | Invokes the default window procedure associated with this window. |


