Skybound Rebar

RebarBand.RebarButtonCollection.Remove Method 

Removes the first occurrence of a specific RebarButton from this instance.

[Visual Basic]
Public Sub Remove( _
   ByVal value As RebarButton _
)
[C#]
public void Remove(
   RebarButton value
);

Parameters

value
The RebarButton to remove from this instance.

Remarks

To remove RebarButton objects from the collection you may also use the RemoveAt method.

To add new RebarButton objects to the collection, use the Add or Insert methods.

See Also

RebarBand.RebarButtonCollection Class | Skybound.Rebar Namespace