Hint.InnerControl Property

T3000 CrossPlatform

HintInnerControl Property

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

Inner control

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

Dim instance As Hint
Dim value As Control

value = instance.InnerControl

instance.InnerControl = value

Property Value

Type: Control
See Also