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