Accusoft.FormDirector3.Net - Updated
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
public override bool IsLocked {get;}
public: __property bool get_IsLocked() override;
public:
property bool IsLocked {
   bool get() override;
}
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