The IWindow2 type exposes the following members.

Methods

  NameDescription
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatable<(Of <(<'IWindow2>)>)>.)

Properties

  NameDescription
Public propertyBounds
Returns the window's bounds.
Public propertyCaption
Gets/sets the window's caption.
Public propertyHandle
Returns the window's handle
Public propertyIsVisible
Returns the window's visible state (true if visible, false if not).
Public propertyNode
Returns the window's associated INode2.
Public propertyWindowType
Returns the window's type.

See Also