在 Delphi 中创建一个带有 Combobox 作为控件之一的 Ribbon 控件?
我是使用 Delphi 2010 编写 Ribbon Control 的新手...
我想要一个包含 5 到 6 行的组合框控件,供用户在功能区上进行选择...
我已将 TActionClient 的 CommandStyle 设置为 csCombobox,但我很难弄清楚如何设置组合框的内容,而且一旦我将 CommandStyle 从 csButton 设置为 csCombobox,该控件似乎就被禁用了。
请帮忙。
I am a newbie to using Delphi 2010 to write Ribbon Control...
I wanted a comboBox control with 5 to 6 lines for user to choose from on my ribbon...
I've set the CommandStyle of the TActionClient to csCombobox and I had a hard time figuring out how to set the content of my comboxbox and also the control seem to be disabled once I set the CommandStyle from csButton to csCombobox.
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我以前从未使用过功能区,但我做了一些测试,这就是我得到的,我不知道这是否是您想要的:
替代文本 http://img2.imageshack.us/img2/6885/ribboncombo.png
只需将字符串添加到 Items 属性
I've never used the Ribbon before, but i made a little test and this is wath i get, I don't know if this is wath you want:
alt text http://img2.imageshack.us/img2/6885/ribboncombo.png
Just add strings to the Items property