MacrosManager.AllowMacroRecordingByUser Property

T3000 CrossPlatform

MacrosManagerAllowMacroRecordingByUser Property

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

Allows to user to record macros

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool AllowMacroRecordingByUser { get; set; }
Public Property AllowMacroRecordingByUser As Boolean
	Get
	Set

Dim instance As MacrosManager
Dim value As Boolean

value = instance.AllowMacroRecordingByUser

instance.AllowMacroRecordingByUser = value

Property Value

Type: Boolean
See Also