ComponentOne Basic Library for WPF and Silverlight
Select Method (C1NumericBox)


C1.WPF Namespace > C1NumericBox Class : Select Method
Start of the selection.
Length of the selection.
Selects the text specified by start and length.
Syntax
'Declaration
 
Public Sub Select( _
   ByVal start As System.Integer, _
   ByVal length As System.Integer _
) 
'Usage
 
Dim instance As C1NumericBox
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
Start of the selection.
length
Length of the selection.
See Also

Reference

C1NumericBox Class
C1NumericBox Members