SelectionStart Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Start position of selection

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public int SelectionStart { get; set; }
Visual Basic
Public Property SelectionStart As Integer
	Get
	Set
Visual C++
public:
property int SelectionStart {
	int get ();
	void set (int value);
}

See Also