Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomIconContainer Class / RemoveIcon Method / RemoveIcon(String) Method
Name


In This Topic
    RemoveIcon(String) Method
    In This Topic
    Removes an icon object with the specified name.
    Syntax
    'Declaration
     
    
    Public Overloads Function RemoveIcon( _
       ByVal name As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As CustomIconContainer
    Dim name As String
    Dim value As Boolean
     
    value = instance.RemoveIcon(name)
    public bool RemoveIcon( 
       string name
    )

    Parameters

    name
    Name

    Return Value

    True when successful: ortherwise, false
    See Also