ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1NumericBox Class / Select Method
Start of the selection.
Length of the selection.



In This Topic
    Select Method
    In This Topic
    Selects the text specified by start and length.
    Syntax
    'Declaration
     
    
    Public Sub Select( _
       ByVal start As Integer, _
       ByVal length As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1NumericBox
    Dim start As Integer
    Dim length As Integer
     
    instance.Select(start, length)
    public void Select( 
       int start,
       int length
    )
    public:
    void Select( 
       int start,
       int length
    ) 

    Parameters

    start
    Start of the selection.
    length
    Length of the selection.
    See Also