TreeView.getBorderStyle

Overview | Methods | This Package | All Packages

TreeView.getBorderStyle

Retrieves a value indicating the kind of border the tree view control has.

Syntax

public int getBorderStyle()

Return Value

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

See Also   setBorderStyle