C# Class DataHubServicesAddin.UseFuzzyButton

Uze fuzzy button implementation
Inheritance: Button
Datei anzeigen Open project: EsriUK/OnlineServicesAddin

Public Methods

Method Description
UseFuzzyButton ( ) : System

Initializes a new instance of the UseFuzzyButton class.

Protected Methods

Method Description
OnClick ( ) : void

Called when [click].

OnUpdate ( ) : void

Called when [update].

Method Details

OnClick() protected method

Called when [click].
protected OnClick ( ) : void
return void

OnUpdate() protected method

Called when [update].
protected OnUpdate ( ) : void
return void

UseFuzzyButton() public method

Initializes a new instance of the UseFuzzyButton class.
public UseFuzzyButton ( ) : System
return System