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


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