UISettings.MouseHoverTime Property

Definition

Gets the amount of time the mouse pointer can rest in a hover rectangle before a hover event is raised.

public:
 property unsigned int MouseHoverTime { unsigned int get(); };
uint32_t MouseHoverTime();
public uint MouseHoverTime { get; }
var uInt32 = uISettings.mouseHoverTime;
Public ReadOnly Property MouseHoverTime As UInteger

Property Value

UInt32

unsigned int

uint32_t

The hover time before a hover event is raised, in milliseconds.

Applies to