Ejemplo n.º 1
0
 private void custInfoKeyBoard_UserKeyPressed(object sender, IbacsTouchScreenKeyBoard.KeyBoard.KeyboardEventArgs e)
 {
     m_cCurrentControl.Focus();
     SendKeys.Send(e.KeyboardKeyPressed);
 }
Ejemplo n.º 2
0
 private void barkeyBoard_UserKeyPressed(object sender, IbacsTouchScreenKeyBoard.KeyBoard.KeyboardEventArgs e)
 {
     txtProductID.Focus();
     SendKeys.Send(e.KeyboardKeyPressed);
 }
Ejemplo n.º 3
0
 private void specialKeyBoard_UserKeyPressed(object sender, IbacsTouchScreenKeyBoard.KeyBoard.KeyboardEventArgs e)
 {
     ContentTextBox.Focus();
     SendKeys.Send(e.KeyboardKeyPressed);
 }
Ejemplo n.º 4
0
 private void ktInfoKeyBoard_UserKeyPressed(object sender, IbacsTouchScreenKeyBoard.KeyBoard.KeyboardEventArgs e)
 {
     txtKitchenText.Focus();
     SendKeys.Send(e.KeyboardKeyPressed);
 }