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


IComboBoxHook.Selected Property (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.Selected Property
ArcGIS Developer Help

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(
void
);

Product Availability

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

Description

Returns the cookie of the current selected item.

See Also

IComboBoxHook Interface