GetPositionFromCharIndex Method
Retrieves the location within the control at the specified character index.
public virtual Point GetPositionFromCharIndex(
int
)
'Declaration
Public Overridable Function GetPositionFromCharIndex( _
ByVal As Integer _
) As Point
'Usage
Dim instance As GcTextBox
Dim index As Integer
Dim value As Point
value = instance.GetPositionFromCharIndex(index)
Parameters
- index
- The index of the character for which to retrieve the location
Return Value
The location of the specified character