AnnLocked example for Visual Basic
Note: This topic is for Document/Medical only.
The following is an example of an AnnLocked event.
Private Sub Lead1_AnnLocked(ByVal hObject As Long)
MsgBox "AnnObject: " & CStr(hObject) & " was locked!"
End Sub