DataGrid.ProcessGridKey(KeyEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理格線巡視按鍵。
protected:
bool ProcessGridKey(System::Windows::Forms::KeyEventArgs ^ ke);
protected bool ProcessGridKey (System.Windows.Forms.KeyEventArgs ke);
member this.ProcessGridKey : System.Windows.Forms.KeyEventArgs -> bool
Protected Function ProcessGridKey (ke As KeyEventArgs) As Boolean
參數
- ke
- KeyEventArgs
含有向上按鍵或向下按鍵事件資料的 KeyEventArgs。
傳回
如果處理按鍵,則為 true
,否則為 false
。