ComponentOne TileControl for WinForms
C1.Win.TileControl.8 Assembly / C1.Win.Tile Namespace / PanelElement Class / Visible Property

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