FastColoredTextBox |
FileTextSource..::..LineHasFoldingStartMarker Method |
FileTextSource Class See Also Send Feedback |
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public override bool LineHasFoldingStartMarker( int iLine ) |
Visual Basic |
---|
Public Overrides Function LineHasFoldingStartMarker ( _ iLine As Integer _ ) As Boolean |
Visual C++ |
---|
public: virtual bool LineHasFoldingStartMarker( int iLine ) override |
Parameters
- iLine
- Type: System..::..Int32