| BOOL CBCGPEditCtrl::GetWordFromPoint | ( | CPoint | pt, |
| CString & | strWord | ||
| ) |
Given a point in client coordinates returns a word at this point.
The "word" is a set of characters surrounded by delimiters defined in m_strWordDelimiters.
| pt | Specifies the point to be tested. |
| strWord | [out] Contains the word when the function returns. |