WindowCollection Members (Microsoft.Office.InfoPath)
Contains a Window object for each InfoPath window that is currently open.
The following tables list the members exposed by the WindowCollection type.
Protected Constructors
Name | Description | |
---|---|---|
WindowCollection |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets a count of the number of Window objects contained in the WindowCollection collection. | |
Item | Gets a reference to the specified Window object in the WindowCollection object. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetEnumerator | Gets a System.Collections.IEnumerator object that iterates over all entries in the collection. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top