[]
Gets or sets the C1ThumbButton at the specified position in the collection.
public C1ThumbButton this[int index] { get; set; }
Public Default Property Item(index As Integer) As C1ThumbButton
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the first C1ThumbButton with the specified name in the collection.
public C1ThumbButton this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As C1ThumbButton
| Type | Name | Description |
|---|---|---|
| string | name |