GetIndex Method
GetIndex(string)
Gets index of special Icon's Name
Declaration
public int GetIndex(string name)
Public Function GetIndex(name As String) As Integer
Parameters
Type |
Name |
Description |
string |
name |
The name of Icon
|
Returns
Type |
Description |
int |
The index of special Icon's Name
|