C# Class RecentFilesCommandsCS.MultiItemRecentFiles

Inheritance: IMultiItem
Datei anzeigen Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method 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

Method 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 method

public OnItemClick ( int index ) : void
index int
return void

OnPopup() public method

public OnPopup ( object hook ) : int
hook object
return int

get_ItemBitmap() public method

public get_ItemBitmap ( int index ) : int
index int
return int

get_ItemCaption() public method

public get_ItemCaption ( int index ) : string
index int
return string

get_ItemChecked() public method

public get_ItemChecked ( int index ) : bool
index int
return bool

get_ItemEnabled() public method

public get_ItemEnabled ( int index ) : bool
index int
return bool