Reflection
Visible Property (IFrame)


Gets or sets the visibility of the Reflection 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 Reflection terminal window is typically hidden when you start Reflection from another application using Automation.

Setting Visible to False is not the same as minimizing Reflection. (Use the WindowState property to minimize Reflection.) When Reflection is minimized, it appears on the Windows Task List and can brought into view in various ways. When Reflection 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