RichTextBox for WinRT
Select Method


The zero-based index of the first character in the selection.
The length of the selection, in characters.
Selects a range of text in the rich text box.
Syntax
'Declaration
 
Public Sub Select( _
   ByVal start As System.Integer, _
   ByVal length As System.Integer _
) 
'Usage
 
Dim instance As C1RichTextBox
Dim start As System.Integer
Dim length As System.Integer
 
instance.Select(start, length)
public void Select( 
   System.int start,
   System.int length
)

Parameters

start
The zero-based index of the first character in the selection.
length
The length of the selection, in characters.
Remarks
The positions received by this method correspond to positions in the Text property's content.
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

C1RichTextBox Class
C1RichTextBox Members

 

 


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

Product Support Forum  |  Documentation Feedback