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


IComboBoxHook.Selected Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SystemUI)  

IComboBoxHook.Selected Property

GetThe currently selected item in the combo box.

[Visual Basic .NET]
Public ReadOnly Property Selected As Integer
[C#]
public int Selected {get;}
[C++]
HRESULT get_Selected(
  long* cookie
);
[C++]

Parameters cookie [out, retval] cookie is a parameter of type long

Product Availability

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

Description

Returns the cookie of the current selected item.

See Also

IComboBoxHook Interface