SECCurrencyEdit::HitTestBtn
BOOLSECCurrencyEdit::HitTestBtn(CPointpoint, BOOLbClient)
This override prevents the calculator button from being pressed if the control is in a "read only" state.
Defined in: curredit.cpp
Return Value
Nonzero if point is over the enabled button, otherwise 0.
Parameters
point
Point to hit test.
bClient
True if point is in client coordinates; false for screen coordinates.
See Also