
Indicates that the control has just gained the user input focus.
Each control that throws this event has its handler that takes this generic form:
Copy Code |
|---|
(defun c:FormName_ControlName_OnRightDblClick () ) |
BlockView, DwgPreview, Grid (Hatch), PictureBox, SlideView, TreeControl.
Copy Code |
|---|
; React to the right double click of a mouse (defun c:MyForm_MyControl_OnRightDblClick () (princ "OnRightDblClick()\n") ) |
OnClicked, OnClicked (BlockList), OnClicked (CheckBox), OnClicked (ListView), OnClicked (Option), OnDblClicked, OnRightClick