GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / HoverDelay Property
In This Topic
    HoverDelay Property
    In This Topic
    Gets or sets how long a mouse should stay at one spot before a hover event occurs.
    Syntax
    [Category("Behavior")]
    [DefaultValue(1000)]
    [Description("How long a mouse should stay at one spot before a hover event occurs.")]
    public int HoverDelay {get; set;}

    Property Value

    The time is in milliseconds. The default is 1000 (one second).
    See Also