GetCharFromPosition Method
In This Topic
Retrieves the character that is closest to the specified location within the control.
Syntax
'Declaration
Public Overridable Function GetCharFromPosition( _
ByVal As Point _
) As Char
'Usage
Dim instance As GcTextBox
Dim point As Point
Dim value As Char
value = instance.GetCharFromPosition(point)
public virtual char GetCharFromPosition(
Point
)
Parameters
- point
- The location from which to seek the nearest character
Return Value
The character at the specified location
See Also