Spread Windows Forms 12.0 Product Documentation
Remove Method (SideButtonCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonCollection Class : Remove Method
The SideButtonBase to remove from the collection.
Removes the specified SideButtonBase from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As SideButtonBase _
) 
'Usage
 
Dim instance As SideButtonCollection
Dim value As SideButtonBase
 
instance.Remove(value)
public void Remove( 
   SideButtonBase value
)

Parameters

value
The SideButtonBase to remove from the collection.
Exceptions
ExceptionDescription
The specified object is not found in the collection.
See Also

Reference

SideButtonCollection Class
SideButtonCollection Members