Nevron .NET Vision
Nevron.Editors Namespace / NThemeExplorer Class / LoadConstants Method


In This Topic
    LoadConstants Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub LoadConstants( _
       ByVal nodes As System.Windows.Forms.TreeNodeCollection, _
       ByVal constantsType As System.Type _
    ) 
    'Usage
     
    
    Dim instance As NThemeExplorer
    Dim nodes As System.Windows.Forms.TreeNodeCollection
    Dim constantsType As System.Type
     
    instance.LoadConstants(nodes, constantsType)
    protected virtual void LoadConstants( 
       System.Windows.Forms.TreeNodeCollection nodes,
       System.Type constantsType
    )

    Parameters

    nodes
    constantsType
    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