User Tools

Site Tools


Sidebar

<< Back


koda:en:documentation:control_traymenu

TrayMenu

{|class=“cboxtable”

class=“cboxcell1”
class=“cboxcell2”

Creates a tray menu. To Koda, a tray menu is a substitute control.

See the tutorial Creating a menu control

#remarks_header[Properties:]#

IconSpecifies an image to display in system tray. Double_click to the right to open Picture editor
IconDebugEnables showing debug information when mouse hovers over icon in system tray
ItemsTree of html_wikilink('control_menuitem','MenuItems'). Double-click to the right to open html_wikilink('proped_menu_builder','')
MouseClickMouse 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
NameName of control and of the variable that is assigned its control ID in generated code. If not specified, no variable is generated
ShowStdMenuIf 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 attached to a form when created.

#remarks_header[Related:]#

Menu, ContextMenu

koda/en/documentation/control_traymenu.txt · Last modified: 2014/07/10 10:48 (external edit)