New to Telerik UI for WinFormsStart a free 30-day trial

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; }
Property Value:

The first line number.

Gets or sets the content of the folded tool tip.

C#
public object FoldedToolTipContent { get; set; }
Property Value:

The content of the folded tool tip.

Gets or sets a value indicating whether this instance is folded.

C#
public bool IsFolded { get; set; }
Property Value:

true if this instance is folded; otherwise, false.

Gets the last line number.

C#
public int LastLineNumber { get; }
Property Value:

The last line number.

Gets the span.

C#
public Span Span { get; }
Property Value:

The span.

Gets or sets the title.

C#
public string Title { get; set; }
Property Value:

The title.

Methods

Determines whether the specified object is equal to this instance.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with the current object.

Returns:

bool

true if the specified object is equal to this instance; otherwise, false.

Overrides: object.Equals(object)

Returns a hash code for this instance.

C#
public override int GetHashCode()
Returns:

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides: object.GetHashCode()