Select(Int32,Int32) Method
In This Topic
Selects the specified number of characters in the edit control starting at the specified location.
Syntax
'Declaration
Public Overloads Overridable Sub Select( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As SuperEditPreview
Dim selStart As Integer
Dim selLength As Integer
instance.Select(selStart, selLength)
public virtual void Select(
int ,
int
)
Parameters
- selStart
- Position of the first character in the control from which to start the selection
- selLength
- Number of characters to select
See Also