Sets the visible value for the given element.
Visual Basic |
---|
Public Sub ElementSetVisible( _ ByVal elementHandle As Long, _ ByVal bVisible As Boolean _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- bVisible
- If 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.