Embarcadero TCategoryButtons:防止 DoReorderButtons

发布于 2024-12-20 16:32:16 字数 320 浏览 1 评论 0原文

我正在 Embarcadero C++ Builder 2006 中开发一个软件,该软件使用“TCategoryButtons”组件。该组件使我可以重新排序按钮(TButtonItem)。每当我这样做时,它都会触发 OnReoderButton 和 DoReorderButton 事件。我不记得确切的顺序了。

我的问题是:在某些情况下,如何在不禁用AllowReorder属性的情况下防止按钮重新排序?我可以访问 DoReorderButton 方法(该方法似乎受到保护)吗?我正在寻找的是一种在按钮来自或到达特定位置时禁用重新排序的方法。如果有人可以帮助我,或者给我一个如何做这样的事情的想法,我会很高兴。

Im developing a software in Embarcadero C++ Builder 2006 which uses the component "TCategoryButtons". This component gives me the possibility to reorder the buttons (TButtonItem). Whenever I do this, it triggers the event OnReoderButton and DoReorderButton. I don't remember the exact sequence.

My question is: is there how to prevent the button reordering in some cases without disabling the AllowReorder property? Can I access the method DoReorderButton (which seem so be protected)? What im looking for is a way to disable the reordering if the button comes from or goes to an specific position. Would be glad if anyone could help me, or give me an idea how to do such thing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文