Window Members
Include Protected Members
Include Inherited Members
Represents a window that is used in the Microsoft InfoPath 2010 application.
The Window type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Window |
Top
Properties
Name | Description | |
---|---|---|
Active | Gets a value that indicates whether the window associated with the Window object is the active window. | |
Caption | Gets or sets the caption text for the window represented by the Window object. | |
CommandBars | Gets a reference to the Microsoft Office CommandBars collection of the window that is associated with the Window object. | |
Height | Gets or sets the height of the window represented by the Window object, measured in points. | |
Left | Gets or sets the horizontal position of the window represented by the Window object, measured in points. | |
MailEnvelope | Gets a reference to the MailEnvelope object associated with the window that is represented by the Window object. | |
TaskPanes | Gets a reference to the TaskPaneCollection collection that is associated with the Window object. | |
Top | Gets or sets the vertical position of the window represented by the Window object, measured in points. | |
Width | Gets or sets the width of the window represented by the Window object, measured in points. | |
WindowState | Gets or sets the state of the window represented by the Window object. | |
WindowType | Gets the type of window that is represented by the Window object. | |
XmlForm | Gets a reference to the XmlForm object that is associated with the window that is represented by the Window object. |
Top
Methods
Name | Description | |
---|---|---|
Activate | Activates (gives focus to) the window that is represented by the Window object. | |
Close() | Closes the window that is represented by the Window object prompting to save changes to any unsaved form, or form with changes that have not been saved. | |
Close(Boolean) | Closes the window that is represented by the Window object and optionally forces an unsaved form or form with unsaved changes to be closed without saving. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top