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