ComponentOne RichTextBox for UWP
Split(Boolean) Method

C1.Xaml.RichTextBox.Documents Namespace > C1TextPointer Class > Split Method : Split(Boolean) Method
Indicates whether the element should be split when the position is at the start or end of the element.
Splits this position's C1TextElement at its offset into two elements of the same type with the same style properties.
Syntax
'Declaration
 
Public Overloads Function Split( _
   ByVal splitEdges As System.Boolean _
) As C1TextPointer
public C1TextPointer Split( 
   System.bool splitEdges
)

Parameters

splitEdges
Indicates whether the element should be split when the position is at the start or end of the element.

Return Value

Returns the position in the parent element between this element and the new element.
See Also

Reference

C1TextPointer Class
C1TextPointer Members
Overload List