Better Keep focus property discription

Started by Jim Short, November 26, 2008, 08:23:14 AM

Previous topic - Next topic

Jim Short

When Keep Focus is set to True, and the mouse pointer is on the control, keyboard entry does not affect the command line and only applies to the control itself. After moving off the control the command line behaves normally. When Keep Focus is set to False, and the mouse pointer is on the control, pressing space bar or enter will act on the command line even though one would expect otherwise. This property may also be set programmatically with the keep focus method that accepts True or T and False or Nil.
Jim Short

owenwengerd

Thanks, I've changed it to the following:

If this property is False, controls on the form do not keep the keyboard input focus; all keyboard input is sent to the AutoCAD command line instead. Set this property to True when a form contains controls that accept keyboard input.

Jim Short

Thanks, I was hoping you would say that!
short and sweet. :)
Jim Short