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


IComboBoxHook.Select Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SystemUI)  

IComboBoxHook.Select Method

Select an Item in the combo box.

[Visual Basic .NET]
Public Sub Select ( _
    ByVal cookie As Integer _
)
[C#]
public void Select (
    int cookie
);
[C++]
HRESULT Select(
  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

Selects a combo box item based on the provided cookie.

See Also

IComboBoxHook Interface