Groups some of this C1TextElement children, all children in the specified range are added to the new parent, and the parent is inserted at the range start.

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

Syntax

C#
public void Group(
	C1TextElement parent,
	int start,
	int count
)
Visual Basic
Public Sub Group ( _
	parent As C1TextElement, _
	start As Integer, _
	count As Integer _
)

Parameters

parent
Type: C1.Phone.RichTextBox.Documents..::..C1TextElement
A C1TextElement used to group the children.
start
Type: System..::..Int32
The index of the first child added to the range.
count
Type: System..::..Int32
The number of children in the range.

See Also