Esempio n. 1
0
 /// <summary>
 /// Expands the combo box.
 /// </summary>
 public void Expand()
 {
     ExpandCollapsePattern.Create(this)?.Expand();
 }
Esempio n. 2
0
 /// <summary>
 /// Expand the menu item.
 /// </summary>
 public MenuItem Expand()
 {
     ExpandCollapsePattern.Create(this)?.Expand();
     return(this);
 }