ArcObjects Library Reference (LocationUI)  

IAddressUI2.ReadOnlyRuntimeOptions Method

Opens the Geocoding Options dialog in read-only mode.

[Visual Basic .NET]
Public Sub ReadOnlyRuntimeOptions ( _
    ByVal parentWindow As Integer, _
    ByVal Locator As ILocator, _
    ByVal title As String _
)
[C#]
public void ReadOnlyRuntimeOptions (
    int parentWindow,
    ILocator Locator,
    string title
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAddressUI2 Interface