ArcObjects Library Reference (SystemUI)  

IComboBoxHook.Remove Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Removes the item that corresponds to the provided cookie.

See Also

IComboBoxHook Interface