Back Forward
Lingo - Properties

MenuPosition


Description:

The coordinates of menu when using Hot Area
Type:

string
Values:

"Mouse" - mouse pointer position
"LeftTop" - Hot Area left upper corner
"RightTop" - Hot Area right upper corner
"LeftBottom" - Hot Area left bottom corner
"RightBottom" - Hot Area right bottom corner
Operations:

Read / Write
Example:
put member("StarMenu1").MenuPosition
-- "LeftTop"

member("StarMenu1").MenuPosition = "Mouse"
  
Note:

Left upper menu corner is the same as MenuPosition as long as menu can be displayed on the screen. Otherwise best possible position is chosen.
See also: