Suggested API's for "System.Windows.Forms.ComboBox"


System.Windows.Forms.ComboBox.AddItemsCore(object[])
System.Windows.Forms.ComboBox.ApplySelectedItem()
System.Windows.Forms.ComboBox.BeginUpdate()
System.Windows.Forms.ComboBox.CreateListBox(string)
System.Windows.Forms.ComboBox.Dispose(bool)
System.Windows.Forms.ComboBox.EndUpdate()
System.Windows.Forms.ComboBox.FindString(string)
System.Windows.Forms.ComboBox.FindString(string, int)
System.Windows.Forms.ComboBox.FindStringExact(string)
System.Windows.Forms.ComboBox.FindStringExact(string, int)
System.Windows.Forms.ComboBox.GetButtonRect()
System.Windows.Forms.ComboBox.GetItemHeight(int)
System.Windows.Forms.ComboBox.IsInputKey(System.Windows.Forms.Keys)
System.Windows.Forms.ComboBox.IsSelectedValueNull()
System.Windows.Forms.ComboBox.ObjectCollection.Add(object)
System.Windows.Forms.ComboBox.ObjectCollection.AddRange(object[])
System.Windows.Forms.ComboBox.ObjectCollection.Clear()
System.Windows.Forms.ComboBox.ObjectCollection.Contains(object)
System.Windows.Forms.ComboBox.ObjectCollection.CopyTo(object[], int)
System.Windows.Forms.ComboBox.ObjectCollection.FindIndex(System.Predicate)
System.Windows.Forms.ComboBox.ObjectCollection.GetEnumerator()
System.Windows.Forms.ComboBox.ObjectCollection.IndexOf(object)
System.Windows.Forms.ComboBox.ObjectCollection.Insert(int, object)
System.Windows.Forms.ComboBox.ObjectCollection.IsDisabled(int)
System.Windows.Forms.ComboBox.ObjectCollection.Remove(object)
System.Windows.Forms.ComboBox.ObjectCollection.RemoveAt(int)
System.Windows.Forms.ComboBox.OnDataSourceChanged(System.EventArgs)
System.Windows.Forms.ComboBox.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)
System.Windows.Forms.ComboBox.OnDropDown(System.EventArgs)
System.Windows.Forms.ComboBox.OnDropDownClosed(System.EventArgs)
System.Windows.Forms.ComboBox.OnDropDownStyleChanged(System.EventArgs)
System.Windows.Forms.ComboBox.OnFontChanged(System.EventArgs)
System.Windows.Forms.ComboBox.OnGotFocus(System.EventArgs)
System.Windows.Forms.ComboBox.OnHandleCreated(System.EventArgs)
System.Windows.Forms.ComboBox.OnHandleDestroyed(System.EventArgs)
System.Windows.Forms.ComboBox.OnKeyDown(System.Windows.Forms.KeyEventArgs)
System.Windows.Forms.ComboBox.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)
System.Windows.Forms.ComboBox.OnLostFocus(System.EventArgs)
System.Windows.Forms.ComboBox.OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs)
System.Windows.Forms.ComboBox.OnMouseEnter(System.EventArgs)
System.Windows.Forms.ComboBox.OnMouseLeave(System.EventArgs)
System.Windows.Forms.ComboBox.OnResize(System.EventArgs)
System.Windows.Forms.ComboBox.OnSelectedIndexChanged(System.EventArgs)
System.Windows.Forms.ComboBox.OnSelectedItemChanged(System.EventArgs)
System.Windows.Forms.ComboBox.OnSelectedValueChanged(System.EventArgs)
System.Windows.Forms.ComboBox.OnSelectionChangeCommitted(System.EventArgs)
System.Windows.Forms.ComboBox.OnTextChanged(System.EventArgs)
System.Windows.Forms.ComboBox.OnTextUpdate(System.EventArgs)
System.Windows.Forms.ComboBox.ResetText()
System.Windows.Forms.ComboBox.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified)
System.Windows.Forms.ComboBox.Select(int, int)
System.Windows.Forms.ComboBox.SelectAll()
System.Windows.Forms.ComboBox.SetItemsCore(System.Collections.IList)
System.Windows.Forms.ComboBox.WndProc(ref System.Windows.Forms.Message)
System.Windows.Forms.ComboBoxExtension.IndexOfItemValue(System.Collections.IList, T)
System.Windows.Forms.ComboBoxExtension.InitializeFromEnum(System.Collections.IList, System.Resources.ResourceManager, string, out long, System.Func, string[])
System.Windows.Forms.ComboBoxRenderer.DrawDropDownButton(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ComboBoxState)
System.Windows.Forms.ComboBoxRenderer.DrawTextBox(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ComboBoxState)