Attachmate.Reflection Assembly > Attachmate.Reflection.UserInterface Namespace > IUiControl Interface : Visible Property |
'Declaration
Property Visible As Boolean
'Usage
Dim instance As IUiControl Dim value As Boolean instance.Visible = value value = instance.Visible
bool Visible {get; set;}