SelectionStyle Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Style for rendering Selection area

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

Syntax

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

See Also