FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / Visible Property


In This Topic
Visible Property (ElementContainerControl)
In This Topic
Gets or sets whether the control is visible.
Syntax
'Declaration
 
Public Overridable Shadows Property Visible As Boolean
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
See Also