设置关键字字符串.
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;