
Indicates the user pressed on the Help button.
Each control that throws this event has its handler that takes this generic form:
Copy Code |
|---|
(defun c:FormName_ControlName_OnHelp ( ) ) |
Copy Code |
|---|
; React to Help button being pressed (princ c:MyForm_MyControl_OnHelp ( ) (princ "OnHelp()\n") ) |