按鈕(命令按鈕,英語:Command Button),是程式或網頁常用的一個控制項。在程式中,按鈕是最常用的用於觸發事件的控制項,也可以開始,中斷,結束一個行程。
此條目沒有列出任何參考或來源。 (2022年9月15日) |
按鈕接受最常用的事件為單擊事件(Click),按鈕的狀態為兩種,即:原狀態和按下狀態。當滑鼠單擊按鈕時,按鈕處於按下狀態。
程式設計
VB中,命令按鈕控制項屬於標準控制項,CommandButton類,字首Cmd。
- 屬性:Caption、Enabled、Visible
- 方法:Move
- 事件:Click
VB.net中,命令按鈕也屬於標準控制項,名字Button
API中,命令按鈕控制項屬於ThunderCommandButton。
- SendMessage函數
這是一篇與電腦相關的小作品。您可以透過編輯或修訂擴充其內容。 |
Wikiwand in your browser!
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.