InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IMacro Interface / Recording Property


In This Topic
    Recording Property (IMacro)
    In This Topic
    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