Gets the ShowHandles attribute for a specific element for the specific layer. The handles are represented by small "grab handles" around an element.
Visual Basic |
---|
Public Function PrgGetItemShowHandles( _ ByVal layerHandle As Long, _ ByVal seqNum As Long _ ) As Boolean |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- seqNum
- The handle of an element returned by the ElementAppend method.
If the handles are displayed.
The ShowHandles attribute of an annotation element determines whether or not selection handles are displayed on an element when it is selected.