The members of System.Windows.Forms.ListViewGroupCollection are listed below.
See Also: Inherited members from System.Object
[read-only] | Count | int.
Gets the number of groups in the collection. |
default property | Item(int) | ListViewGroup. Documentation for this section has not yet been entered. |
default property | Item(string) | ListViewGroup. Documentation for this section has not yet been entered. |
Add(ListViewGroup)
| ||
Add(string, string)
| ||
AddRange(ListViewGroup[])
| ||
AddRange(ListViewGroupCollection)
| ||
Clear()
| ||
Contains(ListViewGroup)
| ||
CopyTo(Array, int)
| ||
GetEnumerator()
| ||
IndexOf(ListViewGroup)
| ||
Insert(int, ListViewGroup)
| ||
Remove(ListViewGroup)
| ||
RemoveAt(int)
|
IList.Add |
Adds a new System.Windows.Forms.ListViewGroup to the System.Windows.Forms.ListViewGroupCollection. | |
IList.Contains |
Determines whether the specified value is located in the collection. | |
IList.IndexOf |
Returns the index within the collection of the specified value. | |
IList.Insert |
Inserts a System.Windows.Forms.ListViewGroup into the System.Windows.Forms.ListViewGroupCollection. | |
[read-only] | IList.IsFixedSize | bool.
Gets a value indicating whether the collection has a fixed size. |
[read-only] | IList.IsReadOnly | bool.
Gets a value indicating whether the collection is read-only. |
[read-only] | ICollection.IsSynchronized | bool.
Gets a value indicating whether access to the collection is synchronized (thread safe). |
IList.Item | object. Documentation for this section has not yet been entered. | |
IList.Remove |
Removes the System.Windows.Forms.ListViewGroup from the System.Windows.Forms.ListViewGroupCollection. | |
[read-only] | ICollection.SyncRoot | object.
Gets an object that can be used to synchronize access to the collection. |