GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonLabel Class / Visible Property


In This Topic
Visible Property (RibbonLabel)
In This Topic
Gets or sets whether this RibbonItem is visible.
Syntax
'Declaration
 
Public Property Visible As Boolean
 
'Usage
 
Dim instance As RibbonLabel
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
See Also