ToolTip.StopTimer Method

Definition

Stops the timer that hides displayed ToolTips.

protected:
 void StopTimer();
protected void StopTimer ();
member this.StopTimer : unit -> unit
Protected Sub StopTimer ()

Remarks

The ToolTip class has an internal timer that it uses to set the display duration for ToolTips. Set the duration of the timer through the AutoPopDelay property. The StopTimer method stops this internal timer, causing any displayed ToolTip to be shown modally until the Hide method is called or the parent form is minimized, hidden, or closed.

Applies to

See also