Sets the ShowHandles attribute of an existing element. The handles are represented by small "grab handles" around an element.
Visual Basic |
---|
Public Sub ElementSetShowHandles( _ ByVal elementHandle As Long, _ ByVal bShowHandles As Boolean _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate 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.