SIL.FieldWorks.Common.Widgets.FwComboBox.m_listBox_SameItemSelected C# (CSharp) Method

m_listBox_SameItemSelected() private method

private m_listBox_SameItemSelected ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
		private void m_listBox_SameItemSelected(object sender, EventArgs e)
		{
			if (!ListBox.KeepDropDownListDuringSelection)
			{
				HideDropDownBox();
				m_comboTextBox.Focus();
			}
		}