RichTextBox for WinRT
C1TextRange Constructor(C1TextPointer,C1TextPointer)


The start position.
The end position.
Initializes a C1TextRange.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As C1TextPointer, _
   ByVal end As C1TextPointer _
)
'Usage
 
Dim start As C1TextPointer
Dim end As C1TextPointer
 
Dim instance As New C1TextRange(start, end)
public C1TextRange( 
   C1TextPointer start,
   C1TextPointer end
)

Parameters

start
The start position.
end
The end position.
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

C1TextRange Class
C1TextRange Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback