OnAnnToolChecked event (ILEADRasterAnnotation)
void OnAnnToolChecked (short iTool); | |
Overview |
Refer to Annotation Toolbar |
Remarks
(Document/Medical only)This event is fired when the user clicks on an annotation toolbar button. In this case, iTool contains the ANN_TOOL_XXX value that indicates the selected tool.
If the AutoSetTool of AnnToolbar is set to TRUE, the AnnTool of the RasterAnnotation object has already been set to iTool.
Note: iTool contains the same value as the Tool property of AnnToolbar.
See Also