Version

Make a Specific Annotation Visible

To change the visibility of an annotation, set its Visible property to True.

In Visual Basic:

myCallout.Visible = True

In C#:

myCallout.Visible = true;