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.