Accusoft NotateXpress 12
PrgSetItemShowHandles Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
bShowHandles
If the handles are displayed.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSetItemShowHandles Method

Glossary Item Box

Description

Sets the ShowHandles attribute for a specific element for the specific layer. The handles are represented by small "grab handles" around an element.

Syntax

Visual Basic
Public Sub PrgSetItemShowHandles( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal bShowHandles As Boolean _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
bShowHandles
If the handles are displayed.

Remarks

The ShowHandles attribute of an annotation element determines whether or not selection handles are displayed on an element when it is selected.

See Also

©2013. Accusoft Corporation. All Rights Reserved.