
Indicates the text insertion is truncated.
The event handler takes this generic form for most combobox types:
Copy Code |
|---|
(defun c:FormName_ControlName_OnMaxText () ) |
Copy Code |
|---|
; React to the input that reached is maximum capacity (defun c:MyForm_MyControl_OnMaxText () (princ "OnMaxText()\n") ) |