Version

fnSetSelection Method (TextEditorBaseProxy)

Internal proxy method that selects a range of text in the editor
Syntax
'Declaration
 
Protected Overridable Sub fnSetSelection( _
   ByVal iStartPos As System.Integer, _
   ByVal iSelectionLength As System.Integer _
) 
protected virtual void fnSetSelection( 
   System.int iStartPos,
   System.int iSelectionLength
)
protected: virtual void fnSetSelection( 
   System.int iStartPos,
   System.int iSelectionLength
) 

Parameters

iStartPos
The integer position in the editor that the selection will begin.
iSelectionLength
The integer length of the amount of text that will be selected.
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