
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_OnRightClick () ) |
BlockView, DwgPreview, Grid (Hatch), ListBox, PictureBox, SlideView, TreeControl.
Copy Code |
|---|
; React to the right click of a mouse (defun c:MyForm_MyControl_OnRightClick () (princ "OnRightClick()\n") ) |
OnClicked, OnClicked (BlockList), OnClicked (CheckBox), OnClicked (ListView), OnClicked (Option), OnDblClicked, OnRightDblClick