C# 클래스 SelectionCOMSample.SelectionTargetComboBox

상속: BaseCommand, IComboBox
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
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