FastColoredTextBox.Hotkeys Property

T3000 CrossPlatform

FastColoredTextBoxHotkeys Property

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

Hotkeys. Do not use this property in your code, use HotkeysMapping property.

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

Dim instance As FastColoredTextBox
Dim value As String

value = instance.Hotkeys

instance.Hotkeys = value

Property Value

Type: String
See Also