[]
Removes an icon object at the specified index.
public bool RemoveIcon(int index)
Public Function RemoveIcon(index As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | index | Index |
Type | Description |
---|---|
bool | True when successful; otherwise, false |
Removes an icon object with the specified name.
public bool RemoveIcon(string name)
Public Function RemoveIcon(name As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | Name |
Type | Description |
---|---|
bool | True when successful: ortherwise, false |