Definition: csearchtextedit.h:16
void draw(CDrawContext *pContext) override
called if the view should draw itself
Definition: csearchtextedit.cpp:99
A drawing context encapsulates the drawing context of the underlying OS.
Definition: cdrawcontext.h:29
CMouseEventResult onMouseDown(CPoint &where, const CButtonState &buttons) override
called when a mouse down event occurs
Definition: csearchtextedit.cpp:48
a text edit control
Definition: ctextedit.h:21