Search
ControlStyle.setVScrollBarBorderColor Method
See Also
 






Sets the color used to draw the vertical scrollbar border lines.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setVScrollBarBorderColor (
    Color value
)

 Parameters

value

A Color object. To reset this property, set it to null.

 See Also