Sets the sizeable attribute of an existing element.
Visual Basic |
---|
Public Sub ElementSetSizeable( _ ByVal elementHandle As Long, _ ByVal bSizeable As Boolean _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- bSizeable
- If the element is sizable.
The sizeable attribute of an annotation element determines whether or not an element can be sized interactively when the control is in EditMode.