InfoConnect for Unisys
Recording Property (IMacro)


Returns whether the macro recorder is currently recording.
Syntax
'Declaration
 
ReadOnly Property Recording As Boolean
'Usage
 
Dim instance As IMacro
Dim value As Boolean
 
value = instance.Recording
bool Recording {get;}
See Also