[This is preliminary documentation and is subject to change.]

The SubclassedNativeWindow type exposes the following members.

Constructors

Methods

  NameDescription
Public methodClone
Creates new instance of Win32Window pointing to same window as curent instance
(Inherited from Win32Window.)
Public methodDispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Win32Window.)
Protected methodDispose(Boolean)
Sets Handle to zero
(Overrides Win32Window..::..Dispose(Boolean).)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Win32Window.)
Public methodEquals(Control)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Win32Window.)
Public methodEquals(IWin32Window)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Win32Window.)
Public methodEquals(Window)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Win32Window.)
Public methodEquals(Win32Window)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Win32Window.)
Public methodFindChild
Searches for immediate child of current window with given parameters
(Inherited from Win32Window.)
Public methodFindChildren
Searches for immediate children of current window with given parameters
(Inherited from Win32Window.)
Public methodHideIcon
Hides an icon of window
(Inherited from Win32Window.)
Public methodMove(Rectangle)
Changes window position and size to specified Rectangle
(Inherited from Win32Window.)
Public methodMove(Int32, Int32, Int32, Int32, Boolean)
Changes window position and size
(Inherited from Win32Window.)
Protected methodNewWndProc
Procedure that replaces old window procedure of window being subclassed
Public methodPostMessage(WindowMessage)
Posts given window message to current window without waiting for the window to process the message
(Inherited from Win32Window.)
Public methodPostMessage(WindowMessages, Int32, Int32)
Posts a window message to current window without waiting for the window to process the message
(Inherited from Win32Window.)
Public methodSendMessage(WindowMessage)
Sends given window message to current window
(Inherited from Win32Window.)
Public methodSendMessage(WindowMessages, Int32, Int32)
Sends a window message to current window
(Inherited from Win32Window.)
Public methodSendMessageByRefStruct
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.)
Public methodSendMessageString(WindowMessages, Int32, String)
Sends a window message with string lParam to current window
(Inherited from Win32Window.)
Public methodSendMessageString(WindowMessages, Int32, StringBuilder)
Sends a window message with StringBuilderlParam to current window
(Inherited from Win32Window.)
Public methodSendMessageStructure
Sends a window message with pointer-to-structure lParam to current window
(Inherited from Win32Window.)
Public methodSendNotification
Sends a notification messages WM_NOTIFY to current window
(Inherited from Win32Window.)
Public methodSetForeground
Sets window as foreground window
(Inherited from Win32Window.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Win32Window.)

Properties

  NameDescription
Public propertyArea
Gets or sets rectangle covered by the window
(Inherited from Win32Window.)
Public propertyBottom
Gets y coordinate of bottom edge of the window
(Inherited from Win32Window.)
Public propertyClassName
Gets class name of the window
(Inherited from Win32Window.)
Public propertyExtendedStyle
Gets or sest window extended style
(Inherited from Win32Window.)
Public propertyGuiThread
Gets a GUI thread this window belongs to
(Inherited from Win32Window.)
Public propertyHandle
Gets the handle to the window represented by the implementer.
(Inherited from Win32Window.)
Public propertyHeight
Gets or sets height of the window
(Inherited from Win32Window.)
Public propertyhWnd
Same as Handle but Int32
(Inherited from Win32Window.)
Public propertyChildren
Gets all childrens of current windows
(Inherited from Win32Window.)
Public propertyLeft
Gets or sets x coordinale of left edge of the window.
(Inherited from Win32Window.)
Public propertyLocation
Gets or sets location of the window
(Inherited from Win32Window.)
Protected propertyOldWndProc
Gets pointer to original window procedure
Public propertyParent
Gets or sets parent of current Window
(Inherited from Win32Window.)
Public propertyParentHandle
Gets or sets handle of current window's parent
(Inherited from Win32Window.)
Public propertyProcess
Gets process this window belongs to
(Inherited from Win32Window.)
Public propertyRight
Gets x coordinate of right edge of the window
(Inherited from Win32Window.)
Public propertyScreenArea
Gets or sets window area in screen coordinates (even for non-top-level windows)
(Inherited from Win32Window.)
Public propertySize
Gets or sets the size of the window
(Inherited from Win32Window.)
Public propertyText
Gets or sets text associated with the window
(Inherited from Win32Window.)
Public propertyTop
Gets or sets y coordinate of top edge of the window.
(Inherited from Win32Window.)
Public propertyWidth
Gets or sets width of the window
(Inherited from Win32Window.)
Public propertyWindowLong
Gets or sets specified window long of current window
(Inherited from Win32Window.)
Public propertyWndProc
Gets wnd proc of current window. Used for so-called window sub-classing.
(Overrides Win32Window..::..WndProc.)
Public propertyWndProcPointer
Gets pointer wnd proc of current window. Used for so-called window sub-classing.
(Overrides Win32Window..::..WndProcPointer.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable..::..Clone Obsolete. (Inherited from Win32Window.)
Explicit interface implemetationPrivate methodICloneable<(Of <<'(IWin32Window>)>>)..::..Clone (Inherited from Win32Window.)

See Also