Accusoft.FormDirector3.Net - Updated August 4, 2020
Unlock Method (FormSetFile)




Accusoft.FormDirectorSdk Namespace > FormSetFile Class : Unlock Method
Unlocks the form set file so other users or programs may read or write it.
Syntax
'Declaration
 
Public Overrides Sub Unlock() 
 
'Usage
 
Dim instance As FormSetFile
 
instance.Unlock()
Remarks

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.

See Also

Reference

FormSetFile Class
FormSetFile Members
Lock Method
IsLocked Property