This document is archived and information here might be outdated. Recommended version. |
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
Selects a combo box item based on the provided cookie.