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



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

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.

See Also

Reference

FormDefinition Class
FormDefinition Members
Lock Method
IsLocked Property
FormFile.Unlock Method

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