'Declaration Public Overloads Overridable Sub Select( _ ByVal selStart As Integer, _ ByVal selLength As Integer _ )
'Usage Dim instance As SuperEditBase Dim selStart As Integer Dim selLength As Integer instance.Select(selStart, selLength)
Parameters
- selStart
- Position of the first character in the control from which to start the selection
- selLength
- Number of characters to select