FastColoredTextBox |
FastColoredTextBox..::..CommentSelected Method (String) |
FastColoredTextBox Class See Also Send Feedback |
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