Enabled Property (RibbonQat)
In This Topic
Gets or sets whether this
RibbonItem is enabled.
Syntax
'Declaration
Public Property Enabled As Boolean
'Usage
Dim instance As RibbonQat
Dim value As Boolean
instance.Enabled = value
value = instance.Enabled
public bool Enabled {get; set;}
See Also