InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Macro Class / ShowMacroDialog Method
Example


In This Topic
    ShowMacroDialog Method (Macro)
    In This Topic
    Displays the Run Macro dialog box.
    Syntax
    'Declaration
     
    
    Public Sub ShowMacroDialog() 
    'Usage
     
    
    Dim instance As Macro
     
    instance.ShowMacroDialog()
    public void ShowMacroDialog()
    Example
    private Macro mac;
    //call the ShowMacroDialog() method.
    mac.ShowMacroDialog();
    See Also