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