







![]() ![]() |
FastColoredTextBox |
Range Constructor (FastColoredTextBox, Int32, Int32, Int32, Int32) |
Range Class See Also Send Feedback |
Constructor
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public Range( FastColoredTextBox tb, int iStartChar, int iStartLine, int iEndChar, int iEndLine ) |
Visual Basic |
---|
Public Sub New ( _ tb As FastColoredTextBox, _ iStartChar As Integer, _ iStartLine As Integer, _ iEndChar As Integer, _ iEndLine As Integer _ ) |
Visual C++ |
---|
public: Range( FastColoredTextBox^ tb, int iStartChar, int iStartLine, int iEndChar, int iEndLine ) |
Parameters
- iStartChar
- Type: System..::..Int32
- iStartLine
- Type: System..::..Int32
- iEndChar
- Type: System..::..Int32
- iEndLine
- Type: System..::..Int32