Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / IconSet Class / Remove Method
The Icon to be removed.


In This Topic
    Remove Method (IconSet)
    In This Topic
    Remove the Icon from this IconSet.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal icon As Icon _
    ) 
    'Usage
     
    
    Dim instance As IconSet
    Dim icon As Icon
     
    instance.Remove(icon)
    public void Remove( 
       Icon icon
    )

    Parameters

    icon
    The Icon to be removed.
    See Also