highlightedLabel

Typeproperty
Dictionarywidget.powerbutton
LibraryPower button
Syntax
set the highlightedLabel of widget to <labelString>
get the highlightedLabel of widget
Associationscom.livecode.widget.powerbutton
Summary

Specifies the string to display in the text label that is drawn on the widget when its state is Highlighted.

OSmac, windows, linux, ios, android, web
Platformsdesktop, mobile
Example
set the highlightedLabel of widget "Power button" to "Highlighted Label"
Description

Use the highlightedLabel property to specify the string to display in the text label that is drawn on the widget when its state is highlighted.

This string will be displayed, only if the wisget has the showName (property) property true.