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



In This Topic
    SelectionLength Property
    In This Topic
    Gets or sets the number of characters in the current selection in the C1NumericBox.
    Syntax
    'Declaration
     
    
    Public Property SelectionLength As Integer
    'Usage
     
    
    Dim instance As C1NumericBox
    Dim value As Integer
     
    instance.SelectionLength = value
     
    value = instance.SelectionLength
    public int SelectionLength {get; set;}
    public:
    property int SelectionLength {
       int get();
       void set (    int value);
    }
    See Also