Nevron .NET Vision
Nevron.UI Namespace / INTheme Interface / SetColorTable Method


In This Topic
    SetColorTable Method (INTheme)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetColorTable( _
       ByVal classId As System.Integer, _
       ByVal table As NColorTable _
    ) 
    'Usage
     
    
    Dim instance As INTheme
    Dim classId As System.Integer
    Dim table As NColorTable
     
    instance.SetColorTable(classId, table)
    void SetColorTable( 
       System.int classId,
       NColorTable table
    )

    Parameters

    classId
    table
    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