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


In This Topic
    Visible Property (IUiControl)
    In This Topic
    Gets or sets the visibility for a given control.
    Syntax
    'Declaration
     
    
    Property Visible As Boolean
    'Usage
     
    
    Dim instance As IUiControl
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    bool Visible {get; set;}
    See Also