C# Класс SelectionCOMSample.SelectionTargetComboBox

Наследование: BaseCommand, IComboBox
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

OnClick() публичный Метод

Occurs when this command is clicked
public OnClick ( ) : void
Результат void

OnCreate() публичный Метод

Occurs when this command is created
public OnCreate ( object hook ) : void
hook object Instance of the application
Результат void

OnEditChange() публичный Метод

public OnEditChange ( string editString ) : void
editString string
Результат void

OnEnter() публичный Метод

public OnEnter ( ) : void
Результат void

OnFocus() публичный Метод

public OnFocus ( bool set ) : void
set bool
Результат void

OnSelChange() публичный Метод

public OnSelChange ( int cookie ) : void
cookie int
Результат void

SelectionTargetComboBox() публичный Метод

public SelectionTargetComboBox ( ) : System
Результат System