コード例 #1
0
 /// <summary>
 /// indicates whether the selected elements could be pushed down in hierarchy
 /// </summary>
 /// <returns>true if selected elements could be pushed down, false otherwise</returns>
 public bool CanPushSelectionDown()
 {
     return(elements.CanPushDown(selectedElements));
 }