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


C1.Silverlight Namespace > C1NumericBox Class : SelectionLength Property
Gets or sets the number of characters in the current selection in the C1NumericBox.
Syntax
'Declaration
 
Public Property SelectionLength As System.Integer
'Usage
 
Dim instance As C1NumericBox
Dim value As System.Integer
 
instance.SelectionLength = value
 
value = instance.SelectionLength
public System.int SelectionLength {get; set;}
See Also

Reference

C1NumericBox Class
C1NumericBox Members