Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSpreadSkins Class / Contains Method
Skin (SpreadSkin object) for which to check


In This Topic
    Contains Method (DefaultSpreadSkins)
    In This Topic
    Determines whether the collection contains the specified Spread skin.
    Syntax
    'Declaration
     
    
    Public Shared Function Contains( _
       ByVal skin As SpreadSkin _
    ) As Boolean
    'Usage
     
    
    Dim skin As SpreadSkin
    Dim value As Boolean
     
    value = DefaultSpreadSkins.Contains(skin)
    public static bool Contains( 
       SpreadSkin skin
    )

    Parameters

    skin
    Skin (SpreadSkin object) for which to check
    See Also