开发者

Pop open WPF Menu control programmatically

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜