dotnetCHARTING Send comments on this topic.
LoadState Method
See Also 
dotnetCHARTING Namespace > SmartPalette Class : LoadState Method


xmlDataOrFileName
Path of XML file or XML data to load.
Imports a SmartPalette object from the specified xml file.

Syntax

Visual Basic (Declaration) 
Public Sub LoadState( _
   ByVal xmlDataOrFileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As SmartPalette
Dim xmlDataOrFileName As String
 
instance.LoadState(xmlDataOrFileName)
C# 
public void LoadState( 
   string xmlDataOrFileName
)

Parameters

xmlDataOrFileName
Path of XML file or XML data to load.

See Also

© 2010 All Rights Reserved.