User Tools

Site Tools


koda:en:documentation:control_traymenu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

koda:en:documentation:control_traymenu [2014/07/10 10:48] (current)
Line 1: Line 1:
 +====== TrayMenu ======
 +{{page>commctrl}}
 +{|class="cboxtable"
 +|-
 +|class="cboxcell1"|{{  control_traymenu.gif  |}}
 +|class="cboxcell2"|**TATrayMenu**
 +|}
  
 +Creates a tray menu. To Koda, a tray menu is a [[substitute control|substitute control]].
 +
 +See the tutorial [[koda:documentation:create_menu|]]
 +
 +#remarks_header[Properties:]#
 +
 +|**Icon**|Specifies an image to display in system tray. Double_click to the right to open [[proped_images_editor|Picture editor]] |
 +|**IconDebug**|Enables showing debug information when mouse hovers over icon in system tray |
 +|**Items**|{{KODA>VAR>Items_Menu}} |
 +|**MouseClick**|Mouse events that cause menu to show. Click on + to expand \\ **mcPriPress** - Primary button down \\ **mcPriRelease** - Primary button up \\ **mcPriDblClick** - Primary button double-click \\ **mcSecPress** - Secondary button down \\ **mcSecRelease** - Secondary button up \\ **mcSecDblClick** - Secondary button double-click \\ **mcMouseOver** - mouse hovers over icon \\ __Default__: mcPriPress + mcSecPress  |
 +|**Name**|{{KODA>VAR>Name}} |
 +|**ShowStdMenu**|If True, adds //Script paused// and //Exit// to menu |
 +
 +
 +#remarks_header[Remarks:]#
 +
 +While AutoIt does not call tray menu functions GUI... functions, their methods are sufficiently similar to those for main and context menus that tray menus can be created and generated by Koda.
 +
 +A tray menu is automatically [[koda:documentation:attach_controls|attached]] to a form when created.
 +
 +#remarks_header[Related:]#
 +
 +[[control_menu]], [[control_contextmenu]]
koda/en/documentation/control_traymenu.txt ยท Last modified: 2014/07/10 10:48 (external edit)