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


ApplyLocalSkin Method
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)

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