[]
Finds the index of matched icon.
protected int FindMatch(object value)
Protected Function FindMatch(value As Object) As Integer
Type | Name | Description |
---|---|---|
object | value | The value. |
Type | Description |
---|---|
int | -1 if the value can not be matched. Otherwise, an integer which indicates the index of matched icon. |