HotkeysMapping Class

T3000 CrossPlatform

HotkeysMapping Class

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

Dictionary of shortcuts for FCTB
Inheritance Hierarchy
SystemObject  System.Collections.GenericSortedDictionaryKeys, FCTBAction
    FastColoredTextBoxNSHotkeysMapping

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class HotkeysMapping : SortedDictionary<Keys, FCTBAction>
Public Class HotkeysMapping
	Inherits SortedDictionary(Of Keys, FCTBAction)

Dim instance As HotkeysMapping

The HotkeysMapping type exposes the following members.

Constructors
  NameDescription
Public methodHotkeysMapping
Initializes a new instance of the HotkeysMapping class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from SortedDictionaryKeys, FCTBAction.)
Public propertyCount (Inherited from SortedDictionaryKeys, FCTBAction.)
Public propertyItem (Inherited from SortedDictionaryKeys, FCTBAction.)
Public propertyKeys (Inherited from SortedDictionaryKeys, FCTBAction.)
Public propertyValues (Inherited from SortedDictionaryKeys, FCTBAction.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from SortedDictionaryKeys, FCTBAction.)
Public methodClear (Inherited from SortedDictionaryKeys, FCTBAction.)
Public methodContainsKey (Inherited from SortedDictionaryKeys, FCTBAction.)
Public methodContainsValue (Inherited from SortedDictionaryKeys, FCTBAction.)
Public methodCopyTo (Inherited from SortedDictionaryKeys, FCTBAction.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from SortedDictionaryKeys, FCTBAction.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitDefault
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Public methodRemove (Inherited from SortedDictionaryKeys, FCTBAction.)
Public methodToString (Overrides ObjectToString.)
Public methodTryGetValue (Inherited from SortedDictionaryKeys, FCTBAction.)
Top
See Also