C# Класс RecentFilesCommandsCS.MultiItemRecentFiles

Наследование: IMultiItem
Показать файл Открыть проект

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

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