T3000 CrossPlatform Documentation
FileTextSourceLineHasFoldingEndMarker Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.FileTextSource.LineHasFoldingEndMarker(System.Int32)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public override bool LineHasFoldingEndMarker( int iLine )
Public Overrides Function LineHasFoldingEndMarker ( iLine As Integer ) As Boolean Dim instance As FileTextSource Dim iLine As Integer Dim returnValue As Boolean returnValue = instance.LineHasFoldingEndMarker(iLine)
Parameters
- iLine
- Type: SystemInt32
[Missing <param name="iLine"/> documentation for "M:FastColoredTextBoxNS.FileTextSource.LineHasFoldingEndMarker(System.Int32)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:FastColoredTextBoxNS.FileTextSource.LineHasFoldingEndMarker(System.Int32)"]
See Also