AnnAutoDrawEnable example for Visual Basic

Note: This topic is for Document/Medical only.

This example toggles the AnnAutoDrawEnable property.

If (Lead1.AnnAutoDrawEnable = True) Then
   Lead1.AnnAutoDrawEnable = False
Else
   Lead1.AnnAutoDrawEnable = True
End If