Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonCollection Class / Remove Method
The System.Object to remove from the System.Collections.IList


In This Topic
    Remove Method (FpScrollBarButtonCollection)
    In This Topic
    Removes the first occurrence of a specific object from the System.Collections.IList.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As FpScrollBarButtonCollection
    Dim value As Object
     
    instance.Remove(value)
    public void Remove( 
       object value
    )

    Parameters

    value
    The System.Object to remove from the System.Collections.IList
    Exceptions
    ExceptionDescription
    The System.Collections.IList is read-only.-or- The System.Collections.IList has a fixed size.
    See Also