C# Class Gbdx.GbdxAboutButton

The Gbdx cloud about button.
Inheritance: Button
Mostrar archivo Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

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

Initializes a new instance of the GbdxAboutButton class.

Protected Methods

Method Description
OnClick ( ) : void

The on click.

OnUpdate ( ) : void

The on update.

Method Details

GbdxAboutButton() public method

Initializes a new instance of the GbdxAboutButton class.
public GbdxAboutButton ( ) : 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