[]
Gets or sets the property that describes whether the button is interactive with the user.
public bool Interactive { get; set; }
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.