我在工程中派生了一个CScrollView类,但是在执行的时候出现如下的错误:error C2039: 'GetBOOL' : is not a member of 'CDocument'if(GetDocument()->GetBOOL())
{
AfxMessageBox("test");
}