FoldingRegion
Class
Class FoldingRegion.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.Folding
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class FoldingRegion
Inheritance: objectFoldingRegion
Properties
Gets the first line number.
C#
public int FirstLineNumber { get; }
The first line number.
Gets or sets the content of the folded tool tip.
C#
public object FoldedToolTipContent { get; set; }
The content of the folded tool tip.
Gets or sets a value indicating whether this instance is folded.
C#
public bool IsFolded { get; set; }
true if this instance is folded; otherwise, false.
Gets the last line number.
C#
public int LastLineNumber { get; }
The last line number.
Methods
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides: