Enabled Property (SideButtonBaseInfo)
Gets or sets a value that indicates whether this
SideButtonBase is enabled.
public bool Enabled {get; set;}
'Declaration
Public Property Enabled As Boolean
'Usage
Dim instance As SideButtonBaseInfo
Dim value As Boolean
instance.Enabled = value
value = instance.Enabled
Property Value
A
bool value,
true if enabled; otherwise,
false.
The default is
true.