threeDHilite

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the threeDHilite of <field> to {true | false}
Associationsfield
Summary

Specifies whether selected lines in a list field look like they're receding into the screen.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the threeDHilite of field "Options" to false
set the threeDHilite of the templateField to true
Values
NameTypeDescription
Value

The threeDHilite of a field is true or false. By default, the threeDHilite property of newly created fields is set to false.

RelatedKeyword: field, effective, lines
Property: threeD, selected, topPattern, bottomColor, listBehavior, noncontiguousHilites, bottomPattern, toggleHilites, hilitedLine
Object: field
Glossary: property, highlight, list field, topColor, appearance, select
Description

Use the threeDHilite property to control the appearance of list field|list fields.

If the threeDHilite property is true, selected lines in a list field are drawn with a three-D box around them. (The box is drawn using the field's effective topColor and bottomColor properties.) If the threeDHilite is false, the selected lines are simply highlighted.

If the field's listBehavior property is set to false, this property has no effect.

Tagsui