在 Delphi 中创建一个带有 Combobox 作为控件之一的 Ribbon 控件?

发布于 2024-08-12 09:04:52 字数 231 浏览 6 评论 0原文

我是使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你曾走过我的故事 2024-08-19 09:04:52

我以前从未使用过功能区,但我做了一些测试,这就是我得到的,我不知道这是否是您想要的:

替代文本 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文