public void Load(CustomToolbarInfo toolbarInfo, string toolbarPath) { ToolbarInfo = toolbarInfo; m_ToolbarSpecificationPath = toolbarPath; IsEditable = !m_ConfsProvider.IsReadOnly(toolbarPath); LoadToolbar(ToolbarInfo); }