GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / AutoRepeating Property
In This Topic
    AutoRepeating Property
    In This Topic
    Gets or sets whether the button calls OnActionAdjusted repeatedly when the mouse remains down, after a delay.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether the button repeatedly adjusts itself even though the mouse doesn't move.")]
    public virtual bool AutoRepeating {get; set;}

    Property Value

    This defaults to false.
    See Also