Occurs when the user selects the menu or toolbar "Mouse Actions - Note Annotation"
command. The user has selected the tool to create a note annotation when the left mouse
button is pressed over the image in the image window.
command. The user has selected the tool to create a note annotation when the left mouse
button is pressed over the image in the image window.
Visual Basic |
---|
Public Event OnMouseNoteAnnotationStart() |
When the user clicks on the menu or toolbar button "Mouse Actions - Note Annotation", it will
first generate the "OnMouseNoteAnnotationStart" event, then generate the
"OnMouseNoteAnnotationFinish" event. The mouse will function to create a new note
annotation.
first generate the "OnMouseNoteAnnotationStart" event, then generate the
"OnMouseNoteAnnotationFinish" event. The mouse will function to create a new note
annotation.