ImageGear .NET v24.12 - Updated
LoadCustomToolBar Method




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : LoadCustomToolBar Method
String value path specified.
Loads a customized toolbar previously saved to disk in XML format and makes it the current toolbar.
Syntax
'Declaration
 
Public Sub LoadCustomToolBar( _
   ByVal path As String _
) 
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim path As String
 
instance.LoadCustomToolBar(path)
public void LoadCustomToolBar( 
   string path
)
public: void LoadCustomToolBar( 
   string* path
) 
public:
void LoadCustomToolBar( 
   String^ path
) 

Parameters

path
String value path specified.
Remarks
This method loads a customized toolbar previously saved to disk in XML format and makes it the current toolbar. This file must have been created using the ImGearRecZoneGUI.SaveCustomToolBar method.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members
SaveCustomToolBar Method