SelectionLength Property (C1TextBox)
In This Topic
Syntax
'Declaration
Public Property SelectionLength As Integer
'Usage
Dim instance As C1TextBox
Dim value As Integer
instance.SelectionLength = value
value = instance.SelectionLength
public int SelectionLength {get; set;}
See Also