ToolTip.StopTimer Method
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.
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.