This document is archived and information here might be outdated.  Recommended version.


IComboBoxHook.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBoxHook Interface > IComboBoxHook.Remove Method
ArcGIS Developer Help

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