Occurs when the user selects the menu or toolbar "Mouse Actions - Highlight Annotation"
command. The user has selected the tool to create a highlight 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 highlight annotation when the left
mouse button is pressed over the image in the image window.
Visual Basic |
---|
Public Event OnMouseHighlightAnnotationStart() |
When the user clicks on the menu or toolbar button "Mouse Actions - Highlight Annotation", it
will first generate the "OnMouseHighlightAnnotationStart" event, then generate the
"OnMouseHighlightAnnotationFinish" event. The mouse will function to create a new
highlight annotation.
will first generate the "OnMouseHighlightAnnotationStart" event, then generate the
"OnMouseHighlightAnnotationFinish" event. The mouse will function to create a new
highlight annotation.