Ejemplo n.º 1
0
 protected override void OnEditBoxKeyDown(object sender, KeyEventArgs e)
 {
     FLGComboBox.Hide();
     FLGEditBox.Hide();
 }
Ejemplo n.º 2
0
 protected override void OnViewKeyPress(object sender, KeyPressEventArgs e)
 {
     FLGComboBox.Hide();
     FLGEditBox.Hide();
 }