Application properties
Office 2013
This documentation is preliminary and is subject to change.
The Application type exposes the following members.
| Name | Description | |
|---|---|---|
|
ActiveWindow | Gets a reference to a Window object that represents the currently active window. |
|
ComAddIns | Gets a Microsoft.Office.Core.COMAddIns object containing information about the COM Add-ins registered for the current InfoPath application. |
|
Environment | Gets a reference to an Environment object that can be used to determine which runtime environment (InfoPath, Web browser, or mobile browser) the form is running in. |
|
LanguageSettings | Gets a reference to the Microsoft.Office.Core.LanguageSettings object. |
|
MachineOnlineState | Gets the current connection state of the client computer. |
|
Name | Gets the name of the InfoPath application. |
|
UsableHeight | Gets the available screen height, the maximum number of points to which you can set the height of an InfoPath document window. |
|
UsableWidth | Gets the available screen width, the maximum number of points to which you can set the width of an InfoPath document window. |
|
User | Gets a reference to the User object. |
|
Version | Gets the InfoPath version number. |
|
Windows | Gets a reference to the WindowCollection. |
|
XmlForms | Gets a reference to the XmlFormCollection. |