BBjControl::unsetStyle
Description
In BBj 23.00 and higher, this method unsets a CSS property on the control.
Syntax
Return Value | Method |
---|---|
void | unsetStyle(String property) |
Parameters
Parameter | Description |
---|---|
property | Specifies the CSS property to be unset on the control. |
Return Value
None.
Remarks
CSS settings have no effect on the GUI client.
For more details, see the CSS API.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.