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