Timer 元件 (Windows Form)
更新:2007 年 11 月
Windows Form Timer 是定期引發事件的元件。這個元件是專為 Windows Form 環境所設計。
在本節中
Timer 元件概觀 (Windows Form)
介紹 Timer 元件的一般概念,這個元件允許您設定應用程式以回應週期性事件。Windows Form Timer 元件的 Interval 屬性限制
描述可能會影響計時器用法的計時器間隔已知限制。HOW TO:使用 Windows Form Timer 元件以設定的間隔執行程序
說明如何在您的 Windows 架構應用程式中回應計時間隔。
參考
System.Windows.Forms.Timer 類別
提供用於 Windows Form 計時器的類別 (Class) 及其成員的參考資訊。System.Timers.Timer 類別
提供由伺服器架構計時器所使用的 System.Timers.Timer 類別的參考資訊。
相關章節
在 Windows Form 上使用的控制項
提供 Windows Form 控制項的完整清單及其用法資訊的連結。Visual Basic .NET 中的 Timer 元件變更
說明與 Visual Basic 的舊版本相比,計時器功能的變更程度。