ShowSubMenu() public method

Ask the menu item to show the associated child collection as a menu.
public ShowSubMenu ( bool keyboardActivated ) : void
keyboardActivated bool
return void
Beispiel #1
0
 /// <summary>
 /// This target should show any appropriate sub menu.
 /// </summary>
 public void ShowSubMenu()
 {
     _menuItem.ShowSubMenu(false);
 }