







![]() ![]() |
FastColoredTextBox |
FastColoredTextBox..::..Navigate Method |
FastColoredTextBox Class See Also Send Feedback |
Navigates to defined line, without Line.LastVisit reseting
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public void Navigate( int iLine ) |
Visual Basic |
---|
Public Sub Navigate ( _ iLine As Integer _ ) |
Visual C++ |
---|
public: void Navigate( int iLine ) |
Parameters
- iLine
- Type: System..::..Int32