InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IFrame Interface / Visible Property


In This Topic
    Visible Property (IFrame)
    In This Topic
    Gets or sets the visibility of the InfoConnect terminal window.
    Syntax
    'Declaration
     
    
    Property Visible As Boolean
    'Usage
     
    
    Dim instance As IFrame
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    bool Visible {get; set;}

    Property Value

    The default value is True.
    Remarks

    The InfoConnect terminal window is typically hidden when you start InfoConnect from another application using Automation.

    Setting Visible to False is not the same as minimizing InfoConnect. (Use the WindowState property to minimize InfoConnect.) When InfoConnect is minimized, it appears on the Windows Task List and can brought into view in various ways. When InfoConnect is not visible it does not appear on the Task List and can be brought into view only by setting the Visible property to True.

    See Also