Name | Description | |
---|---|---|
![]() | Add | Adds the specified WinButton to the collection. |
![]() | Clear | Removes all the WinButtons from the collection. |
![]() | Contains | Retrieves a boolean value indicating if the specified WinButton exists in the collection. |
![]() | CopyTo | Copies the WinButton controls stored in the collection an System.Array, beginning at the specified index location in the array |
![]() | GetEnumerator | Returns an enumerator that can iterate through the WinButtonCollection. |
![]() | IndexOf | Searches for the specified WinButton and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Inserts a WinButton into the collection at the specified index. |
![]() | Remove | Removes the specified WinButton from the collection. |
![]() | RemoveAt | Removes the WinButton from the collection at the specified index. |