C# Class SelectionSample.SelectionTargetComboBox

Inheritance: ESRI.ArcGIS.Desktop.AddIns.ComboBox
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
SelectionTargetComboBox ( ) : System

Méthodes protégées

Méthode Description
OnSelChange ( int cookie ) : void
OnUpdate ( ) : void

Private Methods

Méthode Description
AddItem ( string itemName, IFeatureLayer layer ) : void
ClearAll ( ) : void
GetSelectionComboBox ( ) : SelectionTargetComboBox

Method Details

OnSelChange() protected méthode

protected OnSelChange ( int cookie ) : void
cookie int
Résultat void

OnUpdate() protected méthode

protected OnUpdate ( ) : void
Résultat void

SelectionTargetComboBox() public méthode

public SelectionTargetComboBox ( ) : System
Résultat System