'Declaration
Public MustOverride Sub Unlock()
'Usage
Dim instance As FormDefinition instance.Unlock()
public abstract void Unlock()
public: abstract void Unlock();
'Declaration
Public MustOverride Sub Unlock()
'Usage
Dim instance As FormDefinition instance.Unlock()
public abstract void Unlock()
public: abstract void Unlock();
This method unlocks the form definition file. You should always unlock a form when you are finished with it. The implementation of this method resides in the FormDefinitionFile class or in a class you derive from FormDefinition. The class that implements this method determines the exact details of when you should unlock a form definition file and how multiple locks are handled.