
Indicates that the user has 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_OnClicked () ) |
BlockView, DwgPreview, GraphicButton, Grid (Hatch), PictureBox, SlideView, TextButton, TreeControl.
Copy Code |
|---|
; React to the mouse click on the component (defun c:MyForm_MyControl_OnClicked () (princ "Clicked()\n") ) |
OnBtnClicked, Clicked (BlockList), Clicked (CheckBox), Clicked (ListView), Clicked (Option), OnDblClicked, OnRightClick, OnRightDblClick