TADummy |
Creates a Dummy substitute control on the form.
Properties: | |
ContextMenu | Allow to attach a ContextMenu to the control. ContextMenu must be created first. |
HotKey | This property allow to set hotkey for this item. |
Name | Unique name of control, this defines the name of variable where control ID will be kept. It also can be empty, when no variable will be created. |
This control can receive messages through a GUICtrlSendToDummy call. The control will “notify” as normal and the value sent with GUISendToDummy can be read with GUICtrlRead. This also can notify on accelerator (Hotkey property).
This also useful for serve as parent control for “hidden” context menus, invoked only programmatically. This is the reason why this property was added.
None.