MacrosManager Class

T3000 CrossPlatform

MacrosManager Class

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

This class records, stores and executes the macros.
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSMacrosManager

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class MacrosManager
Public Class MacrosManager

Dim instance As MacrosManager

The MacrosManager type exposes the following members.

Properties
  NameDescription
Public propertyAllowMacroRecordingByUser
Allows to user to record macros
Public propertyIsRecording
Returns current recording state. Set to True/False to start/stop recording programmatically.
Public propertyMacroIsEmpty
Returns True if last macro is empty
Public propertyMacros
Macros as string.
Public propertyUnderlayingControl
FCTB
Top
Methods
  NameDescription
Public methodAddCharToMacros
Adds the char to current macro
Public methodAddKeyToMacros
Adds keyboard key to current macro
Public methodClearMacros
Clears last recorded macro
Public methodEquals (Inherited from Object.)
Public methodExecuteMacros
Executes recorded macro
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also