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


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