showHilite

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the showHilite of <button> to {true | false}
Associationsbutton
Summary

Specifies whether the box or circle belonging to checkboxes and radio buttons is shown.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the showHilite of button 7 to true
Values
NameTypeDescription
Value

The showHilite of a button is true or false. By default, the showHilite property of newly created buttons is set to false.

RelatedKeyword: button
Property: hilite, autoArm, autoHilite, showBorder
Command: hilite
Object: button
Glossary: property, stack menu, radio button, menu item, checkbox
Description

Use the showHilite property for radio buttons and checkboxes in menus.

If the showHilite of a radio button or checkbox button is true, the circle or square is displayed only if the button's hilite is true. If the showHilite of a button which is a menu item in a stack menu is true, the box or circle is never shown.

Tagsui