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