C# Class RecentFilesCommandsCS.MultiItemRecentFiles

Inheritance: IMultiItem
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

OnItemClick() public méthode

public OnItemClick ( int index ) : void
index int
Résultat void

OnPopup() public méthode

public OnPopup ( object hook ) : int
hook object
Résultat int

get_ItemBitmap() public méthode

public get_ItemBitmap ( int index ) : int
index int
Résultat int

get_ItemCaption() public méthode

public get_ItemCaption ( int index ) : string
index int
Résultat string

get_ItemChecked() public méthode

public get_ItemChecked ( int index ) : bool
index int
Résultat bool

get_ItemEnabled() public méthode

public get_ItemEnabled ( int index ) : bool
index int
Résultat bool