Gets the index of the special char box.
Declaration
public int IndexOf(CharBox charBox)
Public Function IndexOf(charBox As CharBox) As Integer
Parameters
Type |
Name |
Description |
CharBox |
charBox |
A CharBox indicates the char box.
|
Returns
Type |
Description |
int |
A int indicates the index of the char box.
|