PictureBox-DrawEdge

Function Name dcl-PictureBox-DrawEdge
Syntax   (dcl-PictureBox-DrawEdge <CONTROL> (List of Lists as (UpperLeftX [as Long] UpperLeftY [as Long] Width [as Long] Height [as Long] EdgeStyle [as Integer]) ...))
Return Type Boolean (T if successful; otherwise NIL)
Applies To Picture Box

This method paints one or more standard Windows control edges around the rectangle defined by UpperLeftX, UpperLeftY and the specified Width and Height. EdgeStyle specifies the style of edge to draw. All points are specified in client coordinates (in pixels, relative to the upper left corner of the control).

Edge Style Description
1 Raised inner border
2 Sunken inner border
3 Raised outer border
4 Bump edge
5 Etched edge
6 Raised edge
7 Sunken edge