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.
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.
精彩评论