Gets a value that indicates whether the object currently being edited (selected) can be unlocked.
public virtual bool CanUnlock { get; }
Public Overridable ReadOnly Property CanUnlock As Boolean
public:
virtual property bool CanUnlock {
bool get();
}
true if the object currently being edited (selected) can be unlocked; otherwise, false.
This property value is true if an AnnObject is currently being edited (selected); in other words, CurrentEditObject is not null (Nothing in VB) and also this AnnObject is currently locked (the AnnObject.IsLocked value of this AnnObject is true). Otherwise, this property value is false.
Use the Unlock method to unlock the object currently being edited (selected).
For more information, refer to Implementing WPF Annotation Security.
For C#/VB examples, refer to Lock.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET