FastColoredTextBox.CommentSelected Method (String)

T3000 CrossPlatform

FastColoredTextBoxCommentSelected Method (String)

[This is preliminary documentation and is subject to change.]

Insert/remove comment prefix into selected lines

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void CommentSelected(
	string commentPrefix
)
Public Overridable Sub CommentSelected ( 
	commentPrefix As String
)

Dim instance As FastColoredTextBox
Dim commentPrefix As String

instance.CommentSelected(commentPrefix)

Parameters

commentPrefix
Type: SystemString

[Missing <param name="commentPrefix"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.CommentSelected(System.String)"]

See Also