C# Class SelectionSample.SelectionTargetComboBox

Inheritance: ESRI.ArcGIS.Desktop.AddIns.ComboBox
显示文件 Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
SelectionTargetComboBox ( ) : System

Protected Methods

Method Description
OnSelChange ( int cookie ) : void
OnUpdate ( ) : void

Private Methods

Method Description
AddItem ( string itemName, IFeatureLayer layer ) : void
ClearAll ( ) : void
GetSelectionComboBox ( ) : SelectionTargetComboBox

Method Details

OnSelChange() protected method

protected OnSelChange ( int cookie ) : void
cookie int
return void

OnUpdate() protected method

protected OnUpdate ( ) : void
return void

SelectionTargetComboBox() public method

public SelectionTargetComboBox ( ) : System
return System