[]
Gets or sets the C1CustomButton at the specified position in the collection.
public C1CustomButton this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the first C1CustomButton with the specified name in the collection.
public C1CustomButton this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name |