BCGControlBar Library for .NET
LoadState(String) Method




Specifies file name with state. This file should have been created by SaveState.
Loads cell collection state from a file.
Syntax
'Declaration
 
Public Overloads Sub LoadState( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As SplitContainerEx
Dim fileName As String
 
instance.LoadState(fileName)
public void LoadState( 
   string fileName
)
public: void LoadState( 
   string* fileName
) 
public:
void LoadState( 
   String^ fileName
) 

Parameters

fileName
Specifies file name with state. This file should have been created by SaveState.
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

Reference

SplitContainerEx Class
SplitContainerEx Members
Overload List

Send Feedback