SECCurrencyEdit::PointToCaretPos

intSECCurrencyEdit::PointToCaretPos(const CPoint&pt)

Points to the caret’s position in the edit control.

Defined in: curredit.cpp

Return Value

An integer indicating the caret’s position; otherwise 0.

Parameters

pt

References the position of the caret.

Comments

This is a non-virtual protected member function; descendant classes may utilize but not override it.

See Also

SECCurrencyEdit