Gets or sets the starting position of the text selected in the C1NumericBox.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public int SelectionStart { get; set; }
Visual Basic
Public Property SelectionStart As Integer
	Get
	Set

See Also