C# Class SelectionCOMSample.SelectionTargetComboBox

Inheritance: BaseCommand, IComboBox
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
OnClick ( ) : void

Occurs when this command is clicked

OnCreate ( object hook ) : void

Occurs when this command is created

OnEditChange ( string editString ) : void
OnEnter ( ) : void
OnFocus ( bool set ) : void
OnSelChange ( int cookie ) : void
SelectionTargetComboBox ( ) : System

Private Methods

Méthode Description
AddItem ( string itemName, IFeatureLayer layer ) : void
ArcGISCategoryRegistration ( Type registerType ) : void

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.

ArcGISCategoryUnregistration ( Type registerType ) : void

Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.

ClearAll ( ) : void
GetSelectionComboBox ( ) : SelectionTargetComboBox
RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

Method Details

OnClick() public méthode

Occurs when this command is clicked
public OnClick ( ) : void
Résultat void

OnCreate() public méthode

Occurs when this command is created
public OnCreate ( object hook ) : void
hook object Instance of the application
Résultat void

OnEditChange() public méthode

public OnEditChange ( string editString ) : void
editString string
Résultat void

OnEnter() public méthode

public OnEnter ( ) : void
Résultat void

OnFocus() public méthode

public OnFocus ( bool set ) : void
set bool
Résultat void

OnSelChange() public méthode

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

SelectionTargetComboBox() public méthode

public SelectionTargetComboBox ( ) : System
Résultat System