UnfocusablePanel.BackColor2 Property

T3000 CrossPlatform

UnfocusablePanelBackColor2 Property

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

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

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

Dim instance As UnfocusablePanel
Dim value As Color

value = instance.BackColor2

instance.BackColor2 = value

Property Value

Type: Color
See Also