







![]() ![]() |
FastColoredTextBox |
FastColoredTextBox..::..GetVisibleState Method |
FastColoredTextBox Class See Also Send Feedback |
Returns VisibleState of the line
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public VisibleState GetVisibleState( int iLine ) |
Visual Basic |
---|
Public Function GetVisibleState ( _ iLine As Integer _ ) As VisibleState |
Visual C++ |
---|
public: VisibleState GetVisibleState( int iLine ) |
Parameters
- iLine
- Type: System..::..Int32