In This Topic
Gets or sets the property that describes whether the button is interactive with the user.
Syntax
'Declaration
<C1DescriptionAttribute("C1ThumbButton.Interactive", "Indicates whether the button is interactive with the user.")>
<DefaultValueAttribute(True)>
<C1CategoryAttribute("Behavior")>
Public Property Interactive As Boolean
[C1Description("C1ThumbButton.Interactive", "Indicates whether the button is interactive with the user.")]
[DefaultValue(true)]
[C1Category("Behavior")]
public bool Interactive {get; set;}
See Also