UISettings.MouseHoverTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The hover time before a hover event is raised, in milliseconds.