Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Visible Property


In This Topic
    Visible Property (ElementControl)
    In This Topic
    Gets or sets whether the control is visible.
    Syntax
    'Declaration
     
    
    Public Overridable Shadows Property Visible As Boolean
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public virtual new bool Visible {get; set;}
    See Also