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




Accusoft.FormDirectorSdk Namespace > FormSet Class : IsLocked Property
Indicates whether this object is currently locked.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property IsLocked As Boolean
 
'Usage
 
Dim instance As FormSet
Dim value As Boolean
 
value = instance.IsLocked
Remarks

You can use this read-only property to determine if the form set file is locked. The implementation of this method resides in the FormSetFile class or in a class you derive from FormSet.

See Also

Reference

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