User Tools

Site Tools


koda:en:documentation:control_dummy

Differences

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

Link to this comparison view

koda:en:documentation:control_dummy [2014/07/10 10:47] (current)
Line 1: Line 1:
 +====== Dummy ======
 +{{page>commctrl}}
 +{|class="cboxtable"
 +|-
 +|class="cboxcell1"|{{  control_dummy.gif  |}}
 +|class="cboxcell2"|**TADummy**
 +|}
  
 +Creates a Dummy control. To Koda, a tray menu is a [[substitute control|substitute control]].
 +
 +#remarks_header[Properties:]#
 +|**ContextMenu**|{{KODA>VAR>ContextMenu}} |
 +|**HotKey**|{{KODA>VAR>Hotkey}} |
 +|**Name**|{{KODA>VAR>Name}} |
 +
 +
 +#remarks_header[Remarks:]#
 +
 +This control can receive messages through a call to <color blue>GUICtrlSendToDummy</color>. The control will //notify// normally, and the value sent with <color blue>GUISendToDummy</color> can be read with <color blue>GUICtrlRead</color>. Pressing an accelerator key specified in the HotKey property will also cause it to notify.
 +
 +This control is also useful for serving as the parent control for a //hidden// context menu: it can only be invoked programmatically. This is the reason why the ContextMenu property is provided.
 +
 +#remarks_header[Related:]#
 +
 +None
koda/en/documentation/control_dummy.txt ยท Last modified: 2014/07/10 10:47 (external edit)