如何在WizardForm中向buttonBar添加按钮
所有,我正在创建一个基于WizardForm的向导,但是我无法在“取消”之后添加新按钮; 你知道有什么方法可以做到这一点吗?
谢谢 DMA
all, I'm creating a wizard base on WizardForm, but I can't add a new button after "Cancel";
do you known any way to do that?
Thanks
Dma
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 C# 中使用反射来获取 _buttonBar 并在“取消”后面添加帮助按钮。
I use reflection in C# to get the _buttonBar and add the help button after "Cancel".