Subscriber portal
Determiness whether the control background can be transparent.
public int backStyle([int value])
The following example shows how to return and set the background style.
// Return the background style. info (strfmt("Background style: %1", this.backStyle())); // Set the background style. this.backStyle(FormBackStyle::Transparent);