ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1NumericBox Class / SelectionStart Property



In This Topic
    SelectionStart Property
    In This Topic
    Gets or sets the starting position of the text selected in the C1NumericBox.
    Syntax
    'Declaration
     
    
    Public Property SelectionStart As Integer
    'Usage
     
    
    Dim instance As C1NumericBox
    Dim value As Integer
     
    instance.SelectionStart = value
     
    value = instance.SelectionStart
    public int SelectionStart {get; set;}
    public:
    property int SelectionStart {
       int get();
       void set (    int value);
    }
    See Also