IsLocked Property
Description
Obsolete. Always returns false.
Property type
Read-only property
Syntax
Visual Basic
Public Property IsLocked As Boolean
Remarks

IsLocked is set by the LockObject method and is reset by the UnlockObject method.

If the object has an AutoUnlock property and the property is set to True, IsLocked is also reset by a Post or Refresh operation.

See Also