
Indicates it is the time to tell which days to display in bold.
The event handler takes this generic form for most combobox types:
Copy Code |
|---|
(defun c:FormName_ControlName_OnGetDayState () ) |
Copy Code |
|---|
; It's time to tell which days to highlight (defun c:MyForm_MyControl_OnGetDayState () (princ "OnGetDayState()\n") ) |