'Declaration
Public Sub LoadCustomToolBar( _
ByVal path As String _
)
'Usage
Dim instance As ImGearRecZoneGUI
Dim path As String
instance.LoadCustomToolBar(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.