2008-11-26 16:23 UTC
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.