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