ViewInfoCollection Members
Include Protected Members
Include Inherited Members
Contains a ViewInfo object for each view within a form.
The ViewInfoCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ViewInfoCollection |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets a count of the number of ViewInfo objects contained in the ViewInfoCollection collection. |
![]() |
Default | Gets a ViewInfo object that represents the default view as it is set in the form template. |
![]() |
Initial | Gets or sets the ViewInfo object that represents the initial view of the form. |
![]() |
Item[Int32] | Gets the specified ViewInfo object from the ViewInfoCollection collection by index value. |
![]() |
Item[String] | Gets the specified ViewInfo object from the ViewInfoCollection collection by name. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Gets an IEnumerator object that iterates over all entries in the ViewInfoCollection object. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SwitchView(String) | Switches the current view to the specified view by name. |
![]() |
SwitchView(ViewInfo) | Switches the current view to the view represented by the specified ViewInfo object. |
![]() |
ToString | (Inherited from Object.) |
Top