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

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

Syntax

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

See Also