T3000 CrossPlatform Documentation
MacrosManagerIsRecording Property |
[This is preliminary documentation and is subject to change.]
Returns current recording state. Set to True/False to start/stop recording programmatically.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool IsRecording { get; set; }
Public Property IsRecording As Boolean Get Set Dim instance As MacrosManager Dim value As Boolean value = instance.IsRecording instance.IsRecording = value
Property Value
Type: BooleanSee Also