ImageGear .NET v24.12 - Updated
SaveCustomToolBar Method




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : SaveCustomToolBar Method
String value path specified.
Serializes a custom toolbar created within the ImGearRecZoneGUI class to XML and saves it to the path specified.
Syntax
'Declaration
 
Public Sub SaveCustomToolBar( _
   ByVal path As String _
) 
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim path As String
 
instance.SaveCustomToolBar(path)
public void SaveCustomToolBar( 
   string path
)
public: void SaveCustomToolBar( 
   string* path
) 
public:
void SaveCustomToolBar( 
   String^ path
) 

Parameters

path
String value path specified.
Remarks
This method serializes a custom toolbar created within the ImGearRecZoneGUI class to XML and saves it to the path specified.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members
LoadCustomToolBar Method