Visible Property (RibbonQat)
In This Topic
Gets or sets whether RibbonQat is visible.
Syntax
'Declaration
Public Overrides NotOverridable Property Visible As Boolean
'Usage
Dim instance As RibbonQat
Dim value As Boolean
instance.Visible = value
value = instance.Visible
public override bool Visible {get; set;}
See Also