accentColor | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the highlight color used for the active menu item. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: menu, button Property: lookAndFeel, armFill Command: hilite Glossary: property, highlight, menu item, handler, color reference, integer, mouse pointer, hexadecimal | ||||||
Description | Use the accentColor to hilite a menu item associated with a button, when the user is in the process of choosing that menu item--that is, when the menu is open and the mouse pointer is over the menu item. This property is used only when the lookAndFeel property is set to "Macintosh" or "Windows 95". If the lookAndFeel property is set to "Appearance Manager" or "Motif", the accentColor has no effect. The accentColor property is copied from the system settings every time LiveCode starts up, but can be changed by a handler. | ||||||
Tags | menus |