StrataFrame Forum
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
Telling a control to lose focus and move to next control in TOController tab order
http://forum.strataframe.net/Topic27197.aspx
By Charles R Hankey
-
5/20/2010
Is there a generic something I can put in a grid's keypress event to say "move to the next control in the tab order"?
I think the have the Ultrawingrid keypress event worked out, but rather than tell every individual grid specifically to setfocus to the next control, I'll like to use an Ultrawingrid subclass that would always do this on Ctrl-TAB.
Thoughts?
By Ivan George Borges
-
5/20/2010
Hi Charles.
Use
SetFocusToNextControl(
True
)