FastColoredTextBox.Hotkeys Property
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
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)
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