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




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

Reference

FormSetFile Class
FormSetFile Members
Lock Method
Unlock Method