Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NSkin Class / ReloadImages Method


In This Topic
    ReloadImages Method
    In This Topic
    Reloads all the images, previously dumped to a directory. This allows for fast modification of a desired image.
    Syntax
    'Declaration
     
    
    Public Sub ReloadImages( _
       ByVal dumpDirectory As System.String _
    ) 
    'Usage
     
    
    Dim instance As NSkin
    Dim dumpDirectory As System.String
     
    instance.ReloadImages(dumpDirectory)
    public void ReloadImages( 
       System.string dumpDirectory
    )

    Parameters

    dumpDirectory
    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