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

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

Syntax

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

See Also