怎么样实现回车移动到下个控件的功能?

怎么样实现回车移动到下个控件的功能?

在内嵌编辑控件的DevExpress XtraBar中实现回车移动到下个控件的功能,如果下一个控件是Button,则执行Click代码.如下图:

怎么样实现回车移动到下个控件的功能?

代码:

怎么样实现回车移动到下个控件的功能?usingSystem;
怎么样实现回车移动到下个控件的功能?
usingSystem.Collections.Generic;
怎么样实现回车移动到下个控件的功能?
usingSystem.ComponentModel;
怎么样实现回车移动到下个控件的功能?
usingSystem.Data;
怎么样实现回车移动到下个控件的功能?
usingSystem.Drawing;
怎么样实现回车移动到下个控件的功能?
usingSystem.Text;
怎么样实现回车移动到下个控件的功能?
usingSystem.Windows.Forms;
怎么样实现回车移动到下个控件的功能?
usingDevExpress.XtraBars;
怎么样实现回车移动到下个控件的功能?
usingDevExpress.XtraBars.ViewInfo;
怎么样实现回车移动到下个控件的功能?
usingDevExpress.XtraEditors;
怎么样实现回车移动到下个控件的功能?
usingDevExpress.XtraEditors.Controls;
怎么样实现回车移动到下个控件的功能?
usingDevExpress.XtraEditors.Repository;
怎么样实现回车移动到下个控件的功能?
usingDevExpress.Utils;
怎么样实现回车移动到下个控件的功能?
怎么样实现回车移动到下个控件的功能?怎么样实现回车移动到下个控件的功能?
构造函数
怎么样实现回车移动到下个控件的功能?怎么样实现回车移动到下个控件的功能?工具栏回车移动光标
怎么样实现回车移动到下个控件的功能?