Sets the border style for the PictureBox control.
public final void setBorderStyle( int value )
value
The border style for the control. This value must be one of the enumeration constants defined in the BorderStyle class.
WFCInvalidEnumException thrown if the value specified is not a valid member of the BorderStyle class.
See Also getBorderStyle