ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1ThumbButton Class / Interactive Property

In This Topic
    Interactive Property
    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;}
    Remarks
    Non-interactive buttons don't display any hover behavior nor do they raise click events. They are intended to be used as status icons. This is mostly similar to being not Enabled, but the image is not desaturated.
    See Also