Sets 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 Sub PrgSetItemShowHandles( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal bShowHandles As Boolean _ ) |
- 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.
The ShowHandles attribute of an annotation element determines whether or not selection handles are displayed on an element when it is selected.