Returns the index of the character nearest to the given point.
[Visual Basic] Public Function GetCharIndexFromPosition( _ ByVal pt As Point _ ) As Integer [C#] public int GetCharIndexFromPosition( Point pt ); [C++] public: int GetCharIndexFromPosition( Point pt ); [JScript] public function GetCharIndexFromPosition( pt : Point ) : int;
RichTextBox Class | RichTextBox Members | System.WinForms Namespace