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