TextSource Members
| FastColoredTextBox |
| TextSource Members |
| TextSource Class Constructors Methods Fields Properties Events See Also Send Feedback |
The TextSource type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TextSource | Initializes a new instance of the TextSource class |
Methods
| Name | Description | |
|---|---|---|
| Add | ||
| BinarySearch | ||
| Clear | ||
| ClearIsChanged | ||
| Contains | ||
| CopyTo | ||
| CreateLine | ||
| Dispose | Releases all resources used by the TextSource | |
| 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.) | |
| GenerateUniqueLineId | ||
| GetEnumerator | ||
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLineLength | ||
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf | ||
| InitDefaultStyle | ||
| Insert | ||
| InsertLine | ||
| IsLineLoaded | ||
| LineHasFoldingEndMarker | ||
| LineHasFoldingStartMarker | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnLineInserted(Int32) | ||
| OnLineInserted(Int32, Int32) | ||
| OnLineRemoved | ||
| OnTextChanged | ||
| Remove | ||
| RemoveAt | ||
| RemoveLine(Int32) | ||
| RemoveLine(Int32, Int32) | ||
| SaveToFile | ||
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| lines | ||
| linesAccessor | ||
| Styles |
Styles
Maximum style count is 16
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Lines count
| |
| CurrentTB |
Current focused FastColoredTextBox
| |
| DefaultStyle |
Default text style
This style is using when no one other TextStyle is not defined in Char.style
| |
| IsNeedBuildRemovedLineIds | ||
| IsReadOnly | ||
| Item | ||
| Lines |
Text lines
| |
| Manager |
Events
| Name | Description | |
|---|---|---|
| CurrentTBChanged |
Occurs after CurrentTB was changed
| |
| LineInserted |
Occurs when line was inserted/added
| |
| LineRemoved |
Occurs when line was removed
| |
| RecalcNeeded |
Occurs when recalc is needed
| |
| TextChanged |
Occurs when text was changed
| |
| TextChanging |
Occurs before text changing
|