GetCharIndexFromPosition Method (IUiaEdit)
In This Topic
Gets char index from position.
Syntax
'Declaration
Function GetCharIndexFromPosition( _
ByVal As Point _
) As Integer
int GetCharIndexFromPosition(
Point
)
Parameters
- point
- The position.
Return Value
Char index.
See Also