ComponentOne FinancialChart for WPF
SelectionStart Property



C1.WPF Namespace > C1NumericBox Class : SelectionStart Property
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

Reference

C1NumericBox Class
C1NumericBox Members