FormFix v6.0 for .NET - Updated
IsLocked Property (FormDefinition)



Accusoft.FormDirectorSdk Namespace > FormDefinition Class : IsLocked Property
Indicates whether this object is currently locked.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property IsLocked As Boolean
'Usage
 
Dim instance As FormDefinition
Dim value As Boolean
 
value = instance.IsLocked
public abstract bool IsLocked {get;}
public:
abstract property bool IsLocked {
   bool get();
}
Remarks

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

Default value: false

See Also

Reference

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

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