The following tables list the members exposed by MasterFormsCategoryCollection.
Name | Description | |
---|---|---|
![]() | MasterFormsCategoryCollection Constructor | Creates a new instance of MasterFormsCategoryCollection with default settings. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the collection. |
![]() | IsReadOnly | Specifies whether or not the collection is Read Only. |
![]() | Item | Gets and sets the item at the specified index from within the collection. |
Name | Description | |
---|---|---|
![]() | AddCategory | Adds a IMasterFormsCategory to the collection. |
![]() | Clear | Removes all items from the collection. |
![]() | Contains | Determines whether or not the specified item is contained in the collection. |
![]() | CopyTo | Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. |
![]() | GetEnumerator | Returns a generic enumerator that can iterate through the MasterFormsCategoryCollection. |
![]() | IndexOf | Returns the index of the specified item if it is found in the collection. |
![]() | Remove | Removes the specified item. |
![]() | RemoveAt | Removes the item from the specified index. |