Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试找到一种方法来在单击 RibbonMenu 时更新 RibbonMenu 的项目(如几个 RibbonButtons) (即像BeforeDropDown 之类的东西)。我知道我可以用另一个控件的事件来更新它,但是当它被点击时它是如何更新的呢?
这似乎没有多大帮助。
确保您的菜单设置为Dynamic = True然后使用 RibbonMenu 的ItemsLoading事件。这将允许您捕获在下拉内容之前发生的情况。
Dynamic = True
ItemsLoading