Overview | Methods | Fields | This Package | All Packages
Sets a value indicating if the list box has three-dimensional border, a flat single-line border, or no border.
Syntax
public final void setBorderStyle( int value )
Parameters
value
An integer that specifies the type of border the list box has. Possible values are constants defined in the BorderStyle class. If the value is BorderStyle.FIXED_3D, the list box has a three-dimensional border. The default value is BorderStyle.FIXED_3D.
Exceptions
WFCInvalidEnumException thrown if the specified value is not a valid BorderStyle constant.
See Also getBorderStyle