object =  DFrameStyle, BarStyle, MenuStyle and BarStyle

object: setBordersColor

object: setBordersLightThreeD

object: setBordersDarkThreeD

DFrameStyle, BarStyle and MenuStyle: setBordersType

 

object.setBordersColor: Set the color of the borders.

object.setBordersType: Set the color of the borders.

object.setBordersLightThreeD: Set the color used for left and top borders for a treeD effect.

object.setBordersDarkThreeD: : Set the color used for right and bottom borders for a treeD effect.

Syntaxes

object.setBordersColor(color)

object.setBordersType(string)

object.setBordersLightThreeD(color)

object.setBordersDarkThreeD(color)

Parameters

color

In hexa RGB code or browser compatible code. Use null or a empty string for transparent color

string

setBordersType method.

§         'ThreeD' (not sensitive): Create a 3D effect for the borders. See  setBordersLightThreeD and setBordersDarkThreeD to set the colors of 3D borders.

§         'ThreeDInv' (not case sensitive) to create a 'pushed button' effect.

§         Empty string (default): Use the colors set by the setBordersColor method.

Comment

The setBordersType method does not apply to ButtonStyle as this Style can have a border type for each of the 6 events of a Button. See description of Buttons's events for more information.