[This is preliminary documentation and is subject to change.]
The SubclassedNativeWindow type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SubclassedNativeWindow(IntPtr) | CTor | |
| SubclassedNativeWindow(IWin32Window) | CTor |
Methods
| Name | Description | |
|---|---|---|
| Clone | Creates new instance of Win32Window pointing to same window as curent instance (Inherited from Win32Window.) | |
| Dispose()()()() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from Win32Window.) | |
| Dispose(Boolean) | Sets Handle to zero (Overrides Win32Window..::..Dispose(Boolean).) | |
| Equals(Object) | (Inherited from Win32Window.) | |
| Equals(Control) | Indicates whether the current object is equal to another object of the same type. (Inherited from Win32Window.) | |
| Equals(IWin32Window) | Indicates whether the current object is equal to another object of the same type. (Inherited from Win32Window.) | |
| Equals(Window) | Indicates whether the current object is equal to another object of the same type. (Inherited from Win32Window.) | |
| Equals(Win32Window) | Indicates whether the current object is equal to another object of the same type. (Inherited from Win32Window.) | |
| FindChild | Searches for immediate child of current window with given parameters (Inherited from Win32Window.) | |
| FindChildren | Searches for immediate children of current window with given parameters (Inherited from Win32Window.) | |
| HideIcon | Hides an icon of window (Inherited from Win32Window.) | |
| Move(Rectangle) | Changes window position and size to specified Rectangle (Inherited from Win32Window.) | |
| Move(Int32, Int32, Int32, Int32, Boolean) | Changes window position and size (Inherited from Win32Window.) | |
| NewWndProc | Procedure that replaces old window procedure of window being subclassed | |
| PostMessage(WindowMessage) | Posts given window message to current window without waiting for the window to process the message (Inherited from Win32Window.) | |
| PostMessage(WindowMessages, Int32, Int32) | Posts a window message to current window without waiting for the window to process the message (Inherited from Win32Window.) | |
| SendMessage(WindowMessage) | Sends given window message to current window (Inherited from Win32Window.) | |
| SendMessage(WindowMessages, Int32, Int32) | Sends a window message to current window (Inherited from Win32Window.) | |
| SendMessageByRefStruct | Sends a window message with pointer-to-structure lParam to current window and allow message target to change values in this structure (Inherited from Win32Window.) | |
| SendMessageString(WindowMessages, Int32, String) | Sends a window message with string lParam to current window (Inherited from Win32Window.) | |
| SendMessageString(WindowMessages, Int32, StringBuilder) | Sends a window message with StringBuilderlParam to current window (Inherited from Win32Window.) | |
| SendMessageStructure | Sends a window message with pointer-to-structure lParam to current window (Inherited from Win32Window.) | |
| SendNotification | Sends a notification messages WM_NOTIFY to current window (Inherited from Win32Window.) | |
| SetForeground | Sets window as foreground window (Inherited from Win32Window.) | |
| ToString | (Inherited from Win32Window.) |
Properties
| Name | Description | |
|---|---|---|
| Area | Gets or sets rectangle covered by the window (Inherited from Win32Window.) | |
| Bottom | Gets y coordinate of bottom edge of the window (Inherited from Win32Window.) | |
| ClassName | Gets class name of the window (Inherited from Win32Window.) | |
| ExtendedStyle | Gets or sest window extended style (Inherited from Win32Window.) | |
| GuiThread | Gets a GUI thread this window belongs to (Inherited from Win32Window.) | |
| Handle | Gets the handle to the window represented by the implementer. (Inherited from Win32Window.) | |
| Height | Gets or sets height of the window (Inherited from Win32Window.) | |
| hWnd | (Inherited from Win32Window.) | |
| Children | Gets all childrens of current windows (Inherited from Win32Window.) | |
| Left | Gets or sets x coordinale of left edge of the window. (Inherited from Win32Window.) | |
| Location | Gets or sets location of the window (Inherited from Win32Window.) | |
| OldWndProc | Gets pointer to original window procedure | |
| Parent | Gets or sets parent of current Window (Inherited from Win32Window.) | |
| ParentHandle | Gets or sets handle of current window's parent (Inherited from Win32Window.) | |
| Process | Gets process this window belongs to (Inherited from Win32Window.) | |
| Right | Gets x coordinate of right edge of the window (Inherited from Win32Window.) | |
| ScreenArea | Gets or sets window area in screen coordinates (even for non-top-level windows) (Inherited from Win32Window.) | |
| Size | Gets or sets the size of the window (Inherited from Win32Window.) | |
| Text | Gets or sets text associated with the window (Inherited from Win32Window.) | |
| Top | Gets or sets y coordinate of top edge of the window. (Inherited from Win32Window.) | |
| Width | Gets or sets width of the window (Inherited from Win32Window.) | |
| WindowLong | Gets or sets specified window long of current window (Inherited from Win32Window.) | |
| WndProc | Gets wnd proc of current window. Used for so-called window sub-classing. (Overrides Win32Window..::..WndProc.) | |
| WndProcPointer | Gets pointer wnd proc of current window. Used for so-called window sub-classing. (Overrides Win32Window..::..WndProcPointer.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable..::..Clone | Obsolete. (Inherited from Win32Window.) | |
| ICloneable<(Of <<'(IWin32Window>)>>)..::..Clone | (Inherited from Win32Window.) |