CommentSelected Method (String)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Insert/remove comment prefix into selected lines

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

Syntax

C#
public void CommentSelected(
	string commentPrefix
)
Visual Basic
Public Sub CommentSelected ( _
	commentPrefix As String _
)
Visual C++
public:
void CommentSelected(
	String^ commentPrefix
)

Parameters

commentPrefix
Type: System..::..String

See Also