Nevron .NET Vision
Nevron.UI.Themes.Office2003 Namespace / NOffice2003Theme Class / ContainsEntry Method


In This Topic
    ContainsEntry Method (NOffice2003Theme)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function ContainsEntry( _
       ByVal info As NPartStateInfo _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NOffice2003Theme
    Dim info As NPartStateInfo
    Dim value As System.Boolean
     
    value = instance.ContainsEntry(info)
    public override System.bool ContainsEntry( 
       NPartStateInfo info
    )

    Parameters

    info
    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