GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / ActionEnabled Property
In This Topic
    ActionEnabled Property (GoButton)
    In This Topic
    Gets or sets whether the user can click on this button to get it to perform an action.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether the user can click on this button to perform an action")]
    public virtual bool ActionEnabled {get; set;}

    Property Value

    The default value is true.
    See Also