Provides access to members that control the locator's user interface.
Members
| Name | Description | |
|---|---|---|
![]()  | 
CreateLocator | Opens the user interface to create a new locator. | 
![]()  | 
LocatorProperties | Opens the user interface to view or modify the properties of a locator. | 
![]()  | 
MatchTable | Opens the user interface to locate a table. | 
![]()  | 
RepairLocator | Opens the user interface to repair a locator. | 
ILocatorUI2.RepairLocator Method
Opens the user interface to repair a locator.
Public Function RepairLocator ( _
    ByVal parentWindow As Integer, _
    ByVal locator As ILocator, _
    ByVal Title As String _
) As Boolean
public bool RepairLocator (
    int parentWindow,
    ILocator locator,
    string Title
);
Remarks
The RepairLocator method displays the user interface for repairing locator. This method creates a new locator in the locator workspace specified, and returns a reference to the locator. If the user commits the changes to the locator using the user interface, this method returns a value of True. Otherwise, it returns a value of False.
The parentWindow parameter is a long integer value containing the handle to the parent window for the user interface. The user interface appears modally on top of this window.
The Locator parameter is a reference to the locator whose properties you want to modify using the user interface.
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| ILocatorUI | Provides access to members that control the locator's user interface. | 
Classes that implement ILocatorUI2
| Classes | Description | 
|---|
