TextBoxSelectionChangingEventArgs.SelectionStart Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the starting index of the text selection.
public:
 property int SelectionStart { int get(); };
	int SelectionStart();
	public int SelectionStart { get; }
	var int32 = textBoxSelectionChangingEventArgs.selectionStart;
	Public ReadOnly Property SelectionStart As Integer
	Property Value
int
The starting index of the text selection.