Embarcadero TCategoryButtons:防止 DoReorderButtons
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论