C# Class Gbdx.Gbd.GbdButton

The GBD button.
Inheritance: Button
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI

Méthodes publiques

Méthode Description
GbdButton ( ) : ESRI.ArcGIS.Desktop.AddIns

Initializes a new instance of the GbdButton class.

Méthodes protégées

Méthode Description
OnClick ( ) : void

The on click.

OnUpdate ( ) : void

The on update.

Method Details

GbdButton() public méthode

Initializes a new instance of the GbdButton class.
public GbdButton ( ) : ESRI.ArcGIS.Desktop.AddIns
Résultat ESRI.ArcGIS.Desktop.AddIns

OnClick() protected méthode

The on click.
protected OnClick ( ) : void
Résultat void

OnUpdate() protected méthode

The on update.
protected OnUpdate ( ) : void
Résultat void