Supported values:
Setting a value of null removes any existing value for the property.
null
Note that for a border to be visible, a border width property and the borderColor property is also required.
borderColor
Examples:
controls.PANEL1.borderStyle = ControlConstants.BORDER_STYLE_SOLID; controls.PANEL1.borderWidth = "2px"; controls.PANEL1.borderColor = "black"; controls.TEXT1.setBorderStyle(ControlConstants.NONE);
Supported values:
Setting a value of
null
removes any existing value for the property.Note that for a border to be visible, a border width property and the
borderColor
property is also required.Examples: