ArcObjects Library Reference (GeoDatabase)  

ILocator.UserInterface Property

User interface for the locator.

[Visual Basic .NET]
Public ReadOnly Property UserInterface As ILocatorUI
[C#]
public ILocatorUI UserInterface {get;}
[C++]
HRESULT get_UserInterface(
  ILocatorUI** outLocatorUI
);
[C++]

Parameters

outLocatorUI [out, retval]

  outLocatorUI is a parameter of type ILocatorUI

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The UserInterface property returns an object that you can use to display the user interfaces for the locator.

See Also

ILocator Interface