WindowObject Members
Include Protected Members
Include Inherited Members
Represents a window that is used in the Microsoft Office InfoPath 2003 application.
The WindowObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Active | Gets a value that indicates whether the window associated with the WindowObject object is the active window. (Inherited from Window2.) | |
Caption | Gets or sets the caption text for the window represented by the WindowObject object. (Inherited from Window2.) | |
CommandBars | Gets a reference to the Microsoft Office CommandBars collection contained in the window that is associated with the WindowObject object. (Inherited from Window2.) | |
Height | Gets or sets the height of the window represented by the WindowObject object, measured in points. (Inherited from Window2.) | |
Left | Gets or sets the horizontal position of the window represented by the WindowObject object, measured in points. (Inherited from Window2.) | |
MailEnvelope | Gets a reference to the MailEnvelopeObject object associated with the window that is represented by the WindowObject object. (Inherited from Window2.) | |
TaskPanes | Gets a reference to the TaskPanesCollection collection that is associated with the WindowObject object. (Inherited from Window2.) | |
Top | Gets or sets the vertical position of the window represented by the WindowObject object, measured in points. (Inherited from Window2.) | |
Width | Gets or sets the width of the window represented by the WindowObject object, measured in points. (Inherited from Window2.) | |
WindowState | Gets or sets the state of the window represented by the WindowObject object. (Inherited from Window2.) | |
WindowType | Gets an XdWindowType value that indicates the type of window that is represented by the WindowObject object. (Inherited from Window2.) | |
XDocument | Gets a reference to the XDocument object that is associated with the window that is represented by the WindowObject object. (Inherited from Window2.) |
Top
Methods
Name | Description | |
---|---|---|
Activate() | Activates the window that is represented by the WindowObject object. (Inherited from Window2.) | |
Close(Boolean) | Closes the window that is represented by the WindowObject object. (Inherited from Window2.) |
Top