[]
Gets or sets an icon object at the specified index.
public Icon this[int index] { get; set; }
Public Default Property Item(index As Integer) As Icon
Type | Name | Description |
---|---|---|
int | index | Index value |
Type | Description |
---|---|
Icon | The icon object with the specified index |
Gets or sets an icon object using the specified name.
public Icon this[string name] { get; set; }
Public Default Property Item(name As String) As Icon
Type | Name | Description |
---|---|---|
string | name | Name |
Type | Description |
---|---|
Icon | The icon object with the specified name |