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
Gets the window's bounds.
Public propertyCaption
Gets/sets the window's caption.
Public propertyIsVisible
Gets the window's visible state. Returns true if this window is visible, false if not.
Public propertyNode
Get the window's associated INode2.
Public propertyWindowType
Get the window's type.

See Also