







![]() ![]() |
FastColoredTextBox |
FastColoredTextBox..::..InsertLinePrefix Method |
FastColoredTextBox Class See Also Send Feedback |
Insert prefix into front of seletcted lines
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public void InsertLinePrefix( string prefix ) |
Visual Basic |
---|
Public Sub InsertLinePrefix ( _ prefix As String _ ) |
Visual C++ |
---|
public: void InsertLinePrefix( String^ prefix ) |
Parameters
- prefix
- Type: System..::..String