Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Removes an item from a combo box or list box.
Control.RemoveItem(nIndex)
Parameters
- nIndex
Specifies an integer corresponding to the order in which items are displayed in the control. For the first item in a list box or combo box, nIndex = 1.
See Also
AddItem Method | Clear Method | RemoveListItem Method
Applies To: ComboBox Control | ListBox Control