Public Overrides Sub Unlock()
Dim instance As FormDefinitionFile instance.Unlock()
public override void Unlock()
public: void Unlock(); override
Public Overrides Sub Unlock()
Dim instance As FormDefinitionFile instance.Unlock()
public override void Unlock()
public: void Unlock(); override
This method unlocks the form definition file. You should always unlock a form definition file when you are finished with it.
It is not an error to unlock a form definition file more than once. If you call Unlock when the form definition file is already unlocked, it will do nothing.