ListBox.getBorderStyle

Overview | Methods | Fields | This Package | All Packages

ListBox.getBorderStyle

Retrieves a value indicating if the list box has a three-dimensional border, a flat single-line border, or no border.

Syntax

public final int getBorderStyle()

Return Value

Returns an integer that specifies the type of border the list box has. Possible return values are constants defined in the BorderStyle class. If the value is BorderStyle.FIXED_3D, the list box has a three-dimensional border.

See Also   setBorderStyle