Sets the pen color of an existing element.
Visual Basic |
---|
Public Sub ElementSetPenColor( _ ByVal elementHandle As Long, _ ByVal clr As OLE_COLOR _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- clr
- The RGB (Red Green Blue) color value of the element's pen color.