GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / ActionActivated Property
In This Topic
    ActionActivated Property (GoButton)
    In This Topic
    Gets or sets whether the button appears "depressed".
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether the button appears depressed")]
    public virtual bool ActionActivated {get; set;}

    Property Value

    This defaults to false.
    Remarks
    A change to this state is considered transient, and does not invoke Changed.
    See Also