Timer 组件(Windows 窗体)

Windows 窗体 Timer 是一种按固定事件间隔引发事件的组件。 此组件专为 Windows 窗体环境设计。

本节内容

Timer 组件概述
介绍 Timer 组件的一般概念,此组件允许你设置应用程序以响应定期事件。

Windows 窗体 Timer 组件的 Interval 属性的限制
介绍可能会影响计时器使用方式的计时器时间间隔的已知限制。

如何:使用 Windows 窗体 Timer 组件按设置的时间间隔运行过程
介绍如何在基于 Windows 的应用程序中响应定时的时间间隔。

参考

System.Windows.Forms.Timer
提供类的相关引用信息,可用于 Windows 窗体计时器及其成员。

System.Timers.Timer
提供基于服务器的计时器所使用的 System.Timers.Timer 类的相关引用信息。

要在 Windows 窗体上使用的控件
提供 Windows 窗体控件的完整列表,附带其使用情况相关信息的链接。