C# 클래스 RecentFilesCommandsCS.MultiItemRecentFiles

상속: IMultiItem
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
OnItemClick ( int index ) : void
OnPopup ( object hook ) : int
get_ItemBitmap ( int index ) : int
get_ItemCaption ( int index ) : string
get_ItemChecked ( int index ) : bool
get_ItemEnabled ( int index ) : bool

비공개 메소드들

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

RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

메소드 상세

OnItemClick() 공개 메소드

public OnItemClick ( int index ) : void
index int
리턴 void

OnPopup() 공개 메소드

public OnPopup ( object hook ) : int
hook object
리턴 int

get_ItemBitmap() 공개 메소드

public get_ItemBitmap ( int index ) : int
index int
리턴 int

get_ItemCaption() 공개 메소드

public get_ItemCaption ( int index ) : string
index int
리턴 string

get_ItemChecked() 공개 메소드

public get_ItemChecked ( int index ) : bool
index int
리턴 bool

get_ItemEnabled() 공개 메소드

public get_ItemEnabled ( int index ) : bool
index int
리턴 bool