OnAnnToolChecked event (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

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

Elements:

AutoSetTool property, ButtonBitmapUp property, ButtonBitmapDown property, ButtonColumns property, ButtonCount property,ButtonMenuText property, ButtonMenuTextID property, ButtonMenuTool property, ButtonRows property, ButtonTool property, ButtonToolCount property, ButtonToolTipText property, ButtonToolTipTextID property, ButtonVisible property, Create method, hWnd property, Tool property, Visible property

Topics:

Annotations (Document/Medical only): Automation