
Indicates that the user double clicked the left mouse button on the control.
Each control that throws this event has its handler that takes this generic form:
Copy Code |
|---|
(defun c:FormName_ControlName_OnDblClicked () ) |
BlockList, BlockView, CheckBox, DwgList, DwgPreview, EditableGrid, GraphicButton, Grid (Hatch), ListBox, ListView, Option, OptionList, PictureBox, SlideView, TreeControl.
Copy Code |
|---|
; React to the left button double click (defun c:MyForm_MyControl_OnDblClicked () (princ "OnDblClicked()\n") ) |
OnClicked, OnClicked (BlockList), OnClicked (CheckBox), OnClicked (ListView), OnClicked (Option), OnRightClick, OnRightDblClick