Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NSkinManager Class / ApplyLocalSkin Method


In This Topic
    ApplyLocalSkin Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ApplyLocalSkin( _
       ByVal parent As System.Windows.Forms.Control, _
       ByVal skin As NSkin _
    ) 
    'Usage
     
    
    Dim instance As NSkinManager
    Dim parent As System.Windows.Forms.Control
    Dim skin As NSkin
     
    instance.ApplyLocalSkin(parent, skin)
    public void ApplyLocalSkin( 
       System.Windows.Forms.Control parent,
       NSkin skin
    )

    Parameters

    parent
    skin
    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