C# Class Gbdx.Gbd.GbdButton

The GBD button.
Inheritance: Button
Show file Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

Method Description
GbdButton ( ) : ESRI.ArcGIS.Desktop.AddIns

Initializes a new instance of the GbdButton class.

Protected Methods

Method Description
OnClick ( ) : void

The on click.

OnUpdate ( ) : void

The on update.

Method Details

GbdButton() public method

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

OnClick() protected method

The on click.
protected OnClick ( ) : void
return void

OnUpdate() protected method

The on update.
protected OnUpdate ( ) : void
return void