[]
Represents a subclass window wrapper class.
public class SubclassNativeWindow : MarshalByRefObject, IWin32Window
Name | Description |
---|---|
SubclassNativeWindow() | Initializes a new instance of the SubclassNativeWindow class. |
Name | Description |
---|---|
Handle | Gets the handle to the window represented by the SubclassNativeWindow. |
Name | Description |
---|---|
AssignHandle(nint) | Attaches handle to target window. |
DefWndProc(ref Message) | Invokes the default window procedure associated with this window. |
OnHandleChange() | Notifies that the handle is changed. |
OnThreadException(Exception) | Notifies inner exception occurs when processing window message. |
ReleaseHandle() | Releases the handle. |
WndProc(ref Message) | Invokes the window procedure associated with this window. |