Xceed Chart for WinForms v4.4 Documentation
SaveState(String) Method


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > CommandBar Class > SaveState Method : SaveState(String) Method
the filePath in which to save the state.
Saves the state of the command bar in the specified file.
Syntax
'Declaration
 
Public Overloads Overridable Function SaveState( _
   ByVal filePath As String _
) As Boolean
'Usage
 
Dim instance As CommandBar
Dim filePath As String
Dim value As Boolean
 
value = instance.SaveState(filePath)
public virtual bool SaveState( 
   string filePath
)

Parameters

filePath
the filePath in which to save the state.
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

CommandBar Class
CommandBar Members
Overload List