







The Line type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add | |
![]() | AddRange | |
![]() | Clear | |
![]() | ClearFoldingMarkers |
Clears folding markers
|
![]() | ClearStyle |
Clears style of chars, delete folding markers
|
![]() | Contains | |
![]() | CopyTo | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | IndexOf | |
![]() | Insert | |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Remove | |
![]() | RemoveAt | |
![]() | RemoveRange | |
![]() | ToString | (Inherited from Object.) |
![]() | TrimExcess |
Fields
Name | Description | |
---|---|---|
![]() | chars |
Properties
Name | Description | |
---|---|---|
![]() | AutoIndentSpacesNeededCount |
Count of needed start spaces for AutoIndent
|
![]() | BackgroundBrush |
Background brush.
|
![]() | Count |
Chars count
|
![]() | FoldingEndMarker | |
![]() | FoldingStartMarker | |
![]() | IsChanged |
Text of line was changed
|
![]() | IsReadOnly | |
![]() | Item | |
![]() | LastVisit |
Time of last visit of caret in this line
|
![]() | StartSpacesCount |
Count of start spaces
|
![]() | Text |
Text of the line
|
![]() | UniqueId |
Unique ID
|