SelectionStyle Constructor

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the SelectionStyle class

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

Syntax

C#
public SelectionStyle(
	Brush backgroundBrush
)
Visual Basic
Public Sub New ( _
	backgroundBrush As Brush _
)
Visual C++
public:
SelectionStyle(
	Brush^ backgroundBrush
)

Parameters

backgroundBrush
Type: System.Drawing..::..Brush

See Also