Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
PictureBox.setBorderStyle
Sets the border style for the PictureBox control.
Syntax
public final void setBorderStyle( intvalue )
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