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.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.