GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonListItem Class / Enabled Property


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