ArcObjects Library Reference  (Framework)    

IApplication.UnlockCustomization Method

Unlocks previous user interface customization lock.

[Visual Basic 6.0]
Sub UnlockCustomization(
    ByVal Password As String _
) As Empty
[Visual Basic .NET]
Public Sub UnlockCustomization ( _
    ByVal Password As String _
)
[C#]
public void UnlockCustomization (
    string Password
);

Product Availability

Available with ArcGIS Desktop.

Description

password is a string representing the password that was used to lock customization. The string must be at least five characters long.

See Also

IApplication Interface

 


Feedback Send feedback on this page