borderStyle

Type: Integer

Availability: Read or write at any time

The borderStyle property of the JadeSkinMenu class contains the type of border to be drawn for a drop-down or popup menu. The default value is BorderStyle_3DRaised (3).

The borderStyle property values are listed in the following table.

JadeSkinArea Class Constant Integer Value Description
BorderStyle_3DRaised 3 Raised three-dimensional border (two pixels).
BorderStyle_3DSunken 2 Sunken three-dimensional border (two pixels).
BorderStyle_Images 4 Border is drawn using the supplied images of the JadeSkinArea class. If there are no images, the control does not have a border.
BorderStyle_None 0 No border is drawn.
BorderStyle_Single 1 Fixed single-line border.

If this property is not set to BorderStyle_Images (4), the defined border is drawn and the border images are ignored (see the JadeSkinArea class properties).