Enabled Property (C1CustomButton)
In This Topic
Gets or sets a value that indicates whether the button is enabled.
Syntax
'Declaration
<DefaultValueAttribute(True)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1CustomButton.Enabled", "Indicates whether the button is enabled.")>
Public Property Enabled As Boolean
[DefaultValue(true)]
[C1Category("Behavior")]
[C1Description("C1CustomButton.Enabled", "Indicates whether the button is enabled.")]
public bool Enabled {get; set;}
See Also