'Declaration Public Property Enabled As Nullable(Of Boolean)
public Nullable<bool> Enabled {get; set;}
Property Value
A nullable System.Boolean value.true
if the item is enabled; otherwise, false
.'Declaration Public Property Enabled As Nullable(Of Boolean)
public Nullable<bool> Enabled {get; set;}
true
if the item is enabled; otherwise, false
.Enabled
property determines whether the toolbar item is interactive or disabled.