Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandBarsState Class / Load Method / Load(String) Method
The full path to the file that contains serialization info.


In This Topic
    Load(String) Method
    In This Topic
    Deserializes a previously saved NCommandBarsManager state.
    Syntax
    'Declaration
     
    
    Public Overloads Function Load( _
       ByVal path As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NCommandBarsState
    Dim path As System.String
    Dim value As System.Boolean
     
    value = instance.Load(path)
    public System.bool Load( 
       System.string path
    )

    Parameters

    path
    The full path to the file that contains serialization info.

    Return Value

    True if deserialization succeeds, false otherwise.
    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