OnAnnToolChecked event (Annotation Control)
Builder Syntax |
TAnnToolCheckedEvent OnAnnToolChecked (int iTool); |
Delphi Syntax |
OnAnnToolChecked (iTool: Integer): TAnnToolCheckedEvent |
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 ANNTOOL_XXX value that indicates the selected tool.
If the AutoSetTool Propertyof AnnToolbar is set to True, the AnnTool property of the LEADAnn control has already been set to iTool.
Note: |
iTool contains the same value as the Tool property of AnnToolbar. |
See Also