Represents a collapsed line section.
Use the Uncollapse() method to uncollapse the section.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public sealed class CollapsedLineSection
Public NotInheritable Class CollapsedLineSection
public ref class CollapsedLineSection sealed
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
End |
Gets the end line of the section.
When the section is uncollapsed or the text containing it is deleted,
this property returns null.
| |
Equals(Object) | (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
IsCollapsed |
Gets if the document line is collapsed.
This property initially is true and turns to false when uncollapsing the section.
| |
Start |
Gets the start line of the section.
When the section is uncollapsed or the text containing it is deleted,
this property returns null.
| |
ToString()()()() |
Gets a string representation of the collapsed section.
(Overrides Object.ToString()()()().) | |
Uncollapse()()()() |
Uncollapses the section.
This causes the Start and End properties to be set to null!
Does nothing if the section is already uncollapsed.
|
Inheritance Hierarchy
Object | |
CollapsedLineSection |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238