C# Class MultiItemBookmarks.SpatialBookmarks

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
SpatialBookmarks ( ) : System
get_ItemBitmap ( int index ) : int
get_ItemCaption ( int index ) : string
get_ItemChecked ( int index ) : bool
get_ItemEnabled ( int index ) : bool

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

SpatialBookmarks() public méthode

public SpatialBookmarks ( ) : System
Résultat System

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