Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended.PropertyGrid Namespace / NumericEditor Class / Select Method

In This Topic
    Select Method (NumericEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Select( _
       ByVal start As Integer, _
       ByVal length As Integer _
    ) 
    public void Select( 
       int start,
       int length
    )

    Parameters

    start
    length
    See Also