LineNeededEventArgs.DisplayedLineText Property

T3000 CrossPlatform

LineNeededEventArgsDisplayedLineText Property

[This is preliminary documentation and is subject to change.]

This text will be displayed in textbox

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string DisplayedLineText { get; set; }
Public Property DisplayedLineText As String
	Get
	Set

Dim instance As LineNeededEventArgs
Dim value As String

value = instance.DisplayedLineText

instance.DisplayedLineText = value

Property Value

Type: String
See Also