Wimark.Controls Class Library  

RichTextBox.GetPositionFromCharIndex Method

Gets the location within the control at the specified character index.

[Visual Basic]
Public Function GetPositionFromCharIndex( _
   ByVal index As Integer _
) As Point 
[C#]
public Point GetPositionFromCharIndex( 
   int index 
);
[C++]
public: Point GetPositionFromCharIndex( 
   int index 
);

Parameters

index
The index of the character for which to retrieve the location.

Return Value

The location of the specified character.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace