Accusoft NotateXpress 12
ElementSetVisible Method
See Also  Send comments on this topic.
elementHandle
The handle of an element returned by the ElementCreate method.
bVisible
If the element is visible.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementSetVisible Method

Glossary Item Box

Description

Sets the visible value for the given element.

Syntax

Visual Basic
Public Sub ElementSetVisible( _
   ByVal elementHandle As Long, _
   ByVal bVisible As Boolean _
) 

Parameters

elementHandle
The handle of an element returned by the ElementCreate method.
bVisible
If the element is visible.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.