SIL.FieldWorks.Common.Widgets.FwComboBox.m_listBox_SameItemSelected C# (CSharp) Метод

m_listBox_SameItemSelected() приватный Метод

private m_listBox_SameItemSelected ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
		private void m_listBox_SameItemSelected(object sender, EventArgs e)
		{
			if (!ListBox.KeepDropDownListDuringSelection)
			{
				HideDropDownBox();
				m_comboTextBox.Focus();
			}
		}