'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.