XmlFormCollection Members
Include Protected Members
Include Inherited Members
Contains an XmlForm object for each form that is currently open.
The XmlFormCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlFormCollection |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets a count of the number of XmlForm objects that are contained in the collection. | |
Item | Gets a reference to the specified XmlForm object from the collection by index value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an System.Collections.IEnumerator object that iterates over all entries in the XmlFormCollection object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
New(String) | Creates a new form that is based on the specified form. | |
New(String, XmlFormOpenMode) | Creates a new form that is based on the specified form by using the specified open mode behavior. | |
NewFromFormTemplate(String) | Creates a new form that is based on the specified form template, with optional data. | |
NewFromFormTemplate(String, String) | Creates a new form that uses the specified form template and XML data file. | |
NewFromFormTemplate(String, XPathNavigator) | Creates a new form by using the specified form template with data specified by an XPathNavigator object. | |
NewFromFormTemplate(String, String, XmlFormOpenMode) | Creates a new form by using the specified form template with data specified by an XPathNavigator object and opened in the specified XmlFormOpenMode. | |
NewFromFormTemplateWithInputParameters | Creates a new form with the specified form template and input parameters. | |
Open(String) | Opens the specified form. | |
Open(String, XmlFormOpenMode) | Opens the specified form by using the specified open mode behavior. | |
ToString | (Inherited from Object.) |
Top