Gets the visibility of an existing element.
Visual Basic |
---|
Public Function ElementGetVisible( _ ByVal elementHandle As Long _ ) As Boolean |
- elementHandle
- The handle of an element returned by the ElementCreate method.
A Boolean value that indicates whether the element is visible.
An annotation created with the Visible attribute set to false will be hidden until its Visible attribute is set to true.
The default value is true.