property Note.Visible as Boolean
Specifies whether the note is visible or hidden.

TypeDescription
Boolean A Boolean expression that specifies whether the Note is visible or hidden.
By default, the Visible property is True. Use the Visible property to show or hide a specific note. Use the PartVisible property to specify whether the start or ending part of the note is visible or hidden. When adding new notes, only the ending part of the note is visible. The ShowLink property specifies whether the link between parts of the notes is visible or hidden. Use the ShowNotes property to show or hide the notes in the control. Use the Remove method to remove a note from the Notes collection.