RichTextBox for WinRT
Split(Int32,Boolean) Method


Syntax
'Declaration
 
Public Overloads Overrides Function Split( _
   ByVal offset As System.Integer, _
   ByVal splitEdges As System.Boolean _
) As C1TextPointer
'Usage
 
Dim instance As C1Run
Dim offset As System.Integer
Dim splitEdges As System.Boolean
Dim value As C1TextPointer
 
value = instance.Split(offset, splitEdges)
public override C1TextPointer Split( 
   System.int offset,
   System.bool splitEdges
)

Parameters

offset
splitEdges
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

C1Run Class
C1Run Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback