Nevron .NET Vision
Nevron.UI Namespace / INTheme Interface / ContainsEntry Method
The part state info to check for.


In This Topic
    ContainsEntry Method (INTheme)
    In This Topic
    Deremines whether the current theme contains entry for the specified part state info.
    Syntax
    'Declaration
     
    
    Function ContainsEntry( _
       ByVal info As NPartStateInfo _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INTheme
    Dim info As NPartStateInfo
    Dim value As System.Boolean
     
    value = instance.ContainsEntry(info)
    System.bool ContainsEntry( 
       NPartStateInfo info
    )

    Parameters

    info
    The part state info to check for.
    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