Dummy

TADummy

Creates a Dummy substitute control on the form.

Properties:
ContextMenuAllow to attach a ContextMenu to the control. ContextMenu must be created first.
HotKeyThis property allow to set hotkey for this item.
NameUnique 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.

Remarks:

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.

Related:

None.