This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IApplication Interface > IApplication.UnlockCustomization Method (ArcObjects .NET 10.5 SDK) |
Unlocks previous user interface customization lock.
[Visual Basic .NET] Public Sub UnlockCustomization ( _ ByVal Password As String _ )
[C#] public void UnlockCustomization ( string Password );
password is a string representing the password that was used to lock customization. The string must be at least five characters long.