FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / C1Ribbon Class / Visible Property

In This Topic
    Visible Property (C1Ribbon)
    In This Topic
    Gets or sets a value indicating whether the control and all its parent controls are displayed.
    Syntax
    'Declaration
     
    Public Shadows Property Visible As System.Boolean
    public new System.bool Visible {get; set;}
    See Also