CBasePane::LoadState
从注册表填充窗格的状态。
virtual BOOL LoadState(
LPCTSTR lpszProfileName=NULL,
int nIndex=-1,
UINT uiID=(UINT)-1
);
参数
[in] lpszProfileName
配置文件的名称。[in] nIndex
配置文件索引。[in] uiID
窗格ID.
返回值
TRUE,如果窗格状态已成功加载;否则 FALSE。
备注
框架调用此方法从注册表填充窗格状态。 重写它在派生类加载 CBasePane::SaveState保存的附加信息。
要求
标头: afxbasepane.h