コード例 #1
0
 internal bool ProcessDownKey(bool shift, bool ctrl, out bool moved)
 {
     return(_grid.ProcessDownKeyInternal(shift, ctrl, out moved));
 }
コード例 #2
0
 internal bool ProcessDownKey(bool shift, bool ctrl)
 {
     return(_grid.ProcessDownKeyInternal(shift, ctrl));
 }