Input for WinForms | ComponentOne
C1.Framework Namespace / ControlHostElement Class / Visible Property

In This Topic
    Visible Property (ControlHostElement)
    In This Topic
    Gets or sets whether the element is visible.
    Syntax
    'Declaration
     
    
    Public Property Visible As Boolean
    public bool Visible {get; set;}
    See Also