This document is archived and information here might be outdated. Recommended version. |
Remove an element from the combo box.
[Visual Basic .NET]
Public Sub Remove ( _
ByVal cookie As Integer _
)
[C#]
public void Remove (
int cookie
);
[C++]
HRESULT Remove(
long cookie
);
[C++] Parameters cookie [in]
cookie is a parameter of type long
Removes the item that corresponds to the provided cookie.