Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomIconContainer Class / Contains Method
Name


In This Topic
    Contains Method (CustomIconContainer)
    In This Topic
    Checks whether an icon object with the specified name is in the container.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal name As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As CustomIconContainer
    Dim name As String
    Dim value As Boolean
     
    value = instance.Contains(name)
    public bool Contains( 
       string name
    )

    Parameters

    name
    Name

    Return Value

    True if the icon object is in the container; ortherwise, false
    See Also