Returns the inner C1Line that contains a C1TextPointer.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public C1Line GetLine(
	C1TextPointer position
)
Visual Basic
Public Function GetLine ( _
	position As C1TextPointer _
) As C1Line

Return Value

A C1Line that contains the parameter C1TextPointer.

See Also