[]
Gets or sets the SideButtonBase at the specified index in the collection.
public SideButtonBase this[int index] { get; set; }
Public Default Property Item(index As Integer) As SideButtonBase
Type | Name | Description |
---|---|---|
int | index | The zero-based index of the collection to access. |
Type | Description |
---|---|
SideButtonBase | A SideButtonBase at each valid index. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The index parameter is outside the valid range of indexes for the collection. |
Gets or sets the element with the specified name.
public virtual SideButtonBase this[string name] { get; set; }
Public Overridable Default Property Item(name As String) As SideButtonBase
Type | Name | Description |
---|---|---|
string | name |
Type | Description |
---|---|
SideButtonBase | An element of INamedObject type that indicates the specified item. |