If what you are trying to do is cancel the keydown event, then you don't actually clear e.KeyCode. You would use e.Handled = True.
確定! 回上一頁