Accusoft.FormDirector3.Net - Updated August 4, 2020
IsLocked Property (FormDefinitionFile)




Accusoft.FormDirectorSdk Namespace > FormDefinitionFile Class : IsLocked Property
Indicates whether this object is currently locked.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsLocked As Boolean
 
'Usage
 
Dim instance As FormDefinitionFile
Dim value As Boolean
 
value = instance.IsLocked
Remarks
You can use this read-only property to determine if the form definition file is locked. Note that multiple simultaneous locks are ignored; this class does not lock a file more than once.
See Also

Reference

FormDefinitionFile Class
FormDefinitionFile Members
Lock Method
Unlock Method