The ComboItem which is selected in the ComboBox.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public ComboItem SelectedItem { get; set; }
Visual Basic (Declaration)
Public Property SelectedItem As ComboItem

Remarks

SelectedItem is a ComboItem. It can be used to select items in the ComboBox programmatically, and also returns information about the which is currently selected, as the Application.SelectedItems property returns a SelectedItem, containing the ComboItem which is currently selected in the Contents window.

See Also