Ejemplo n.º 1
0
 /// <summary>
 /// Moves the <see cref="IToolBarControl"/> to the end of the <see cref="ToolBar"/>. Only valid when
 /// <see cref="IToolBarControl.IsOnToolBar"/> is set.
 /// </summary>
 public void MoveToTail()
 {
     ToolBarControlHelper.MoveToTail(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Moves the <see cref="IToolBarControl"/> to the start of the <see cref="ToolBar"/>. Only valid when
 /// <see cref="IToolBarControl.IsOnToolBar"/> is set.
 /// </summary>
 public void MoveToHead()
 {
     ToolBarControlHelper.MoveToHead(this);
 }