Skybound Rebar

RebarBand.RebarButtonCollection.Move Method 

Moves a RebarButton to a new position in the list.

[Visual Basic]
Public Sub Move( _
   ByVal item As RebarButton, _
   ByVal newIndex As Integer _
)
[C#]
public void Move(
   RebarButton item,
   int newIndex
);

Parameters

item
The RebarButton to move.
newIndex
A 0-based index that specifies the index before which the RebarButton is inserted, or -1 to move the button to the end of the list.

See Also

RebarBand.RebarButtonCollection Class | Skybound.Rebar Namespace