www.mxdraw.com
内容索引主面
前一个向上下一个
McEdJig::setKeywordList 方法

设置关键字字符串.

C++
void setKeywordList(const TCHAR* pszKeyword);
参数 
说明 
const TCHAR* pszKeyword 
关键字字符串 

例如:

        acutPrintf(_T("n 请选择矩形第一点:"));
        m_ent.SetStatus(true);
        setKeywordList(_T("A B C Test"));
        DragStatus ret =  drag();
        acutPrintf(_T("KKK:%d"),(int)ret);
        return false;
Copyright (c) 2010. All rights reserved.
你认为该帮助怎么样? 发送反馈信息!