CMFCToolBar::LoadState
从Windows注册表加载toolbar状态信息。
virtual BOOL LoadState(
LPCTSTR lpszProfileName=NULL,
int nIndex=-1,
UINT uiID=(UINT)-1
);
参数
[in] lpszProfileName
指定Windows注册表项的相对路径。[in] nIndex
指定工具栏上的控件ID。[in] uiID
指定工具栏的资源ID。
返回值
非零,如果方法成功;否则为0。
备注
在的部分初始化过程应用程序,框架调用此方法。 有关更多信息,请参见 CWinAppEx::LoadState。
要求
标头: afxtoolbar.h