C# Class DataHubServicesAddin.LocatorSearchQuery

Combobox used to enter the locator search query
Inheritance: ComboBox
Datei anzeigen Open project: EsriUK/OnlineServicesAddin

Public Methods

Method Description
LocatorSearchQuery ( ) : System

Initializes a new instance of the LocatorSearchQuery class.

Protected Methods

Method Description
OnEnter ( ) : void

Called when the enter key is pressed.

Method Details

LocatorSearchQuery() public method

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

OnEnter() protected method

Called when the enter key is pressed.
protected OnEnter ( ) : void
return void