ToolbarButtonGroupMgr
Class offers Origin C-based access managing toolbar button groups in Origin. It allows toolbar button groups to be installed, modified, or removed from the product.
It is generally used in conjunction with the ToolbarButtonGroup class.
origin.h
ToolbarButtonGroupMgr()
int Count()
int Refresh()
bool GetAt(int i, string &strName, string &strFile)
int AddGroup(LPCSTR pcszFile)
int DeleteGroup(LPCSTR pcszName)
int DeleteGroupAt(int i)
int ReplaceGroup(LPCSTR pcszName, LPCSTR pcszFile)
int ReplaceGroupAt(int i, LPCSTR pcszFile)