opaque | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Used with the style property to indicate an opaque button or field. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: 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. |
Tags | ui |