开发者

Pop open WPF Menu control programmatically

开发者 https://www.devze.com 2023-02-02 20:18 出处:网络
I\'d like to open a WPF Menu when handling a click on a separate control. How?开发者_JAVA百科Try:

I'd like to open a WPF Menu when handling a click on a separate control. How?开发者_JAVA百科


Try:

myMenu.IsSubmenuOpen = true;

where myMenu is the name of the menu you want to open.

0

精彩评论

暂无评论...
验证码 换一张
取 消