Line Members

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

The Line type exposes the following members.

Methods

  NameDescription
Public methodAdd
Public methodAddRange
Public methodClear
Public methodClearFoldingMarkers
Clears folding markers
Public methodClearStyle
Clears style of chars, delete folding markers
Public methodContains
Public methodCopyTo
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Public methodInsert
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Public methodRemoveAt
Public methodRemoveRange
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTrimExcess

Fields

  NameDescription
Protected fieldchars

Properties

  NameDescription
Public propertyAutoIndentSpacesNeededCount
Count of needed start spaces for AutoIndent
Public propertyBackgroundBrush
Background brush.
Public propertyCount
Chars count
Public propertyFoldingEndMarker
Public propertyFoldingStartMarker
Public propertyIsChanged
Text of line was changed
Public propertyIsReadOnly
Public propertyItem
Public propertyLastVisit
Time of last visit of caret in this line
Public propertyStartSpacesCount
Count of start spaces
Public propertyText
Text of the line
Public propertyUniqueId
Unique ID

See Also