Click or drag to resize

IAnnotationLock Methods

The IAnnotationLock type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a copy of this IAnnotationLock.
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Public methodLock
Locks the annotation without a password.
Public methodLock(String)
Locks the annotation with a password.
Public methodUnlock
Unlocks an annotation previously locked with the Lock method.
Public methodUnlock(String)
Unlocks an annotation that has be locked with a password.
Top
See Also