Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / Enabled Property


In This Topic
Enabled Property (ListItemInfo)
In This Topic
Gets or sets whether the ListItemInfo object is enabled.
Syntax
'Declaration
 
Public Property Enabled As Boolean
 
'Usage
 
Dim instance As ListItemInfo
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled

Property Value

true if the ListItemInfo object is enable; otherwise,false.
See Also