dotnetCHARTING Send comments on this topic.
SaveState(String) Method
See Also 
dotnetCHARTING Namespace > SmartPalette Class > SaveState Method : SaveState(String) Method


xmlFilePath
Saves the SmartPalette instance to an xml file.

Syntax

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

Parameters

xmlFilePath

See Also

© 2010 All Rights Reserved.