[]
Gets a value indicating the number of characters in the current selection.
public int SelectionLength { get; }
Public ReadOnly Property SelectionLength As Integer
Type | Description |
---|---|
int | A int value means current selection length. |
The property is related to GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionLength. Users can change it through control's select method.