Application Members
Represents the Microsoft Office InfoPath 2007 application.
The following tables list the members exposed by the Application type.
Protected Constructors
Name | Description | |
---|---|---|
Application |
Top
Public Properties
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 Microsoft Office InfoPath 2007 version number. | |
Windows | Gets a reference to the WindowCollection. | |
XmlForms | Gets a reference to the XmlFormCollection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CacheFormTemplate | Examines the form template in the cache and, if necessary, updates it from the published location of the form template. | |
Equals | Overloaded. (inherited from Object) | |
GetFormTemplateLocation | Gets the Uniform Resource Locator (URL) or universal naming convention (UNC) location of a form template from the local cache ID. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IsDestinationReachable | Gets a value indicating whether a connection can be made to the destination computer using the specified Uniform Resource Locator (URL), universal naming convention (UNC) path, or IP address. | |
Quit | Overloaded. | |
ReferenceEquals | (inherited from Object) | |
RegisterFormTemplate | Overloaded. | |
ToString | (inherited from Object) | |
UnregisterFormTemplate | Uninstalls the specified form template. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top