T3000 CrossPlatform Documentation
MacrosManager Class |
[This is preliminary documentation and is subject to change.]
This class records, stores and executes the macros.
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The MacrosManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowMacroRecordingByUser |
Allows to user to record macros
| |
IsRecording |
Returns current recording state. Set to True/False to start/stop recording programmatically.
| |
MacroIsEmpty |
Returns True if last macro is empty
| |
Macros |
Macros as string.
| |
UnderlayingControl |
FCTB
|
Methods
Name | Description | |
---|---|---|
AddCharToMacros |
Adds the char to current macro
| |
AddKeyToMacros |
Adds keyboard key to current macro
| |
ClearMacros |
Clears last recorded macro
| |
Equals | (Inherited from Object.) | |
ExecuteMacros |
Executes recorded macro
| |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also