UnfocusablePanel.Text Property

T3000 CrossPlatform

UnfocusablePanelText Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.UnfocusablePanel.Text"]

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

Dim instance As UnfocusablePanel
Dim value As String

value = instance.Text

instance.Text = value

Property Value

Type: String
See Also