ComponentOne Basic Library for WPF and Silverlight
SelectionStart Property (C1NumericBox)


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 System.Integer
'Usage
 
Dim instance As C1NumericBox
Dim value As System.Integer
 
instance.SelectionStart = value
 
value = instance.SelectionStart
public System.int SelectionStart {get; set;}
See Also

Reference

C1NumericBox Class
C1NumericBox Members