Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== DBLCLK event ====== ==== Description ==== Occurs when a user double-clicks the mouse button over a control. ==== Syntax ==== //bforward// = **DBLCLK**(//ctrlentID//, //ctrlclassID//, //ctrlkey//, //shiftkey//, //mousebutton//) ==== Parameters ==== DBLCLK accepts arguments for the following parameters. ^Parameter^Description^^ |//ctrlentID//|Has the format //WindowName.ControlName//, where //WindowName// is the identifier of the window that contains the affected control, and //ControlName// is the identifier of the control. Notice that a period separates the two values.| |//ctrlclassID//|The type of control that recognizes the event. Valid entries are:\\ \\ __Type__ - __Description__\\ COMBOBOX - Combo box.\\ EDITTABLE - Edit table.\\ ICON - Icon.\\ LISTBOX - List box.| |//ctrlkey//|True (1), if the ctrl key is pressed. False (0), if the ctrl key is not pressed.| |//shiftkey//|True (1), if the shift key is pressed. False (0), if the shift key is not pressed.| |//mousebutton//|A "0" indicates that the left or center mouse button was pressed. A "1" indicates that the right button was pressed.| ==== Returns ==== True or false. If false, the program execution returns to the calling procedure. If true, the event processing goes to the next level. ==== See Also ==== [[buttondown_event|BUTTONDOWN event]] , [[buttonup_event|BUTTONUP event]], [[click_event|CLICK event]] ** ** guides/programming/programmers_reference_manual/dblclk_event.txt Last modified: 2024/06/19 20:20by 127.0.0.1