The IWindow2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatable<(Of <(<'IWindow2>)>)>.) |
Properties
| Name | Description | |
|---|---|---|
| Bounds |
Returns the window's bounds.
| |
| Caption |
Gets/sets the window's caption.
| |
| Handle |
Returns the window's handle
| |
| IsVisible |
Returns the window's visible state (true if visible, false if not).
| |
| Node |
Returns the window's associated INode2.
| |
| WindowType |
Returns the window's type.
|