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