Occurs when the user selects the menu or toolbar "Mouse Actions - Select Annotations"
command. The user has selected the select annotation tool when the left mouse button is
pressed over the image in the image window.
command. The user has selected the select annotation tool when the left mouse button is
pressed over the image in the image window.
Visual Basic |
---|
Public Event OnMouseSelectAnnotationStart() |
When the user clicks on the menu or toolbar button "Mouse Actions - Select Annotations", it
will first generate the "OnMouseSelectAnnotationsStart" event, then generate the
"OnMouseSelectAnnotationsFinish" event. The mouse will function as the select annotation
tool .
will first generate the "OnMouseSelectAnnotationsStart" event, then generate the
"OnMouseSelectAnnotationsFinish" event. The mouse will function as the select annotation
tool .