Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NSkinColor Class / ContainsEntry Method


In This Topic
    ContainsEntry Method (NSkinColor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function ContainsEntry( _
       ByVal color As SkinColor _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NSkinColor
    Dim color As SkinColor
    Dim value As System.Boolean
     
    value = instance.ContainsEntry(color)
    public System.bool ContainsEntry( 
       SkinColor color
    )

    Parameters

    color
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also