CheckBox.KeyPress
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
CheckBox.KeyPress
Syntax
ControlName_KeyPress( keyAscii)
Applies To
Purpose
Occurs when the user presses a key while a control is active. This event occurs after the CheckBox.KeyDown event.
Parameters
keyAscii As Integer
[In/Out] Specifies the ASCII value of the pressed key.