|  | ToolTipManagerToolTipDelay Property | 
            Gets the time which the mouse has to stand still before a tool tip pops up.
            
 
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
 Syntax
Syntaxpublic TimeSpan ToolTipDelay { get; }Public ReadOnly Property ToolTipDelay As TimeSpan
	Get
public:
property TimeSpan ToolTipDelay {
	TimeSpan get ();
}member ToolTipDelay : TimeSpan with get
Property Value
Type: 
TimeSpanThe time which the mouse has to stand still before a tool tip pops up.
 See Also
See Also