|
TADummy |
Creates a Dummy control. To Koda, a tray menu is a substitute control.
| ContextMenu | Specifies context menu to attach to control. Create the ContextMenu first |
| HotKey | Keystroke that makes this control active |
| Name | Name of control and of the variable that is assigned its control ID in generated code. If not specified, no variable is generated |
This control can receive messages through a call to GUICtrlSendToDummy. The control will notify normally, and the value sent with GUISendToDummy can be read with GUICtrlRead. 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.
None