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


In This Topic
    CreateColorTable Method (NOffice2003Theme)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateColorTable( _
       ByVal info As NPartStateInfo _
    ) As NColorTable
    'Usage
     
    
    Dim instance As NOffice2003Theme
    Dim info As NPartStateInfo
    Dim value As NColorTable
     
    value = instance.CreateColorTable(info)
    protected override NColorTable CreateColorTable( 
       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