menuMouseButton | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | button | ||||||
Summary | Specifies which mouse button can be used to access the menu associated with a button. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: integer, menu, button Property: menuName Command: pulldown Function: menuButton Glossary: mouse button, property Object: button | ||||||
Description | Use the menuMouseButton property to limit a menu so it can only be accessed with a specific mouse button. If the menuMouseButton is zero, any mouse button can be used to open the menu. If the menuMouseButton is a number from 1 to 3, only that mouse button opens the menu. | ||||||
Tags | menus |