ArcGIS Explorer Component Help |
ComboBox..::.SelectedItem Property |
ComboBox Class See Also |
The ComboItem which is selected in the ComboBox.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
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.