C# Class SelectionCOMSample.ZoomToLayerMultiItem

Inheritance: IMultiItem, IMultiItemEx
Mostra file 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
get_ItemHelpContextID ( int index ) : int
get_ItemHelpFile ( int index ) : string
get_ItemMessage ( int index ) : string

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

get_ItemHelpContextID() public method

public get_ItemHelpContextID ( int index ) : int
index int
return int

get_ItemHelpFile() public method

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

get_ItemMessage() public method

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