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