Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonCollection Class / Remove Method
The SideButtonBase to remove from the collection.


Remove Method (SideButtonCollection)
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)

Parameters

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