Enabled Property (ListItemInfo)
public bool Enabled {get; set;}
'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.