FormFix v6.0 for .NET - Updated
Unlock Method (FormSet)



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

This method unlocks the form set file. You should always unlock a form set when you are finished with it. The implementation of this method resides in the FormSetFile class or in a class you derive from FormSet. The class that implements this method determines the exact details of when you should unlock a form set file and how multiple locks are handled.

See Also

Reference

FormSet Class
FormSet Members
Lock Method
IsLocked Property
FormSetFile.Unlock Method

Is this page helpful?
Yes No
Thanks for your feedback.