RichTextBox for WinRT
Group Method


A C1TextElement used to group the children.
The index of the first child added to the range.
The number of children in the range.
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.
Syntax
'Declaration
 
Public Sub Group( _
   ByVal parent As C1TextElement, _
   ByVal start As System.Integer, _
   ByVal count As System.Integer _
) 
'Usage
 
Dim instance As C1TextElement
Dim parent As C1TextElement
Dim start As System.Integer
Dim count As System.Integer
 
instance.Group(parent, start, count)
public void Group( 
   C1TextElement parent,
   System.int start,
   System.int count
)

Parameters

parent
A C1TextElement used to group the children.
start
The index of the first child added to the range.
count
The number of children in the range.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1TextElement Class
C1TextElement Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback