opaque

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
opaque
Summary

Used with the style property to indicate an opaque button or field.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the style of button "Cancel" to opaque
RelatedKeyword: button, field, opaque, control
Property: style, owner, opaque, backgroundColor
Object: button
Glossary: object, property, keyword
Description

Use the opaque keyword to create a control that blocks the view of any object underneath it.

The field or button is filled with its backgroundColor. If the field or button's backgroundColor is empty, it is filled with the backgroundColor of the object's owner.

Setting a control's style property to "opaque" sets its opaque property to true.

Tagsui