Article | 60000180 |
Type | Wish |
Product | Engine |
Version | 6006 |
Date Added | 6/7/2007 12:00:00 AM |
Fixed | (6/7/2007 12:00:00 AM) |
Submitted by | Peter chanios |
Summary
From 6007 All keys are being sent to the commandline (as it was in previous versions) but the focus remains to the control. This way the KeyEvents work properly and better. If you require in your application to stop sending the Keys to the commandline (for example if you want to move with arrows and disable all commands written in the command line) then you can use the following property as follows: VDraw.FrameControl.CommandLine.ProcessKeyMessages = false; Default value is true.
Solution