12#include "GUICheckBox.h"
58 afx_msg BOOL OnBnClicked();
59 afx_msg
void OnMouseHover(UINT nFlags, CPoint point);
60 afx_msg
void OnMouseLeave();
61 afx_msg
void OnMouseMove(UINT nFlags, CPoint point);
62 afx_msg
void OnLButtonDown(UINT nFlags, CPoint point);
63 afx_msg
void OnLButtonUp(UINT nFlags, CPoint point);
64 afx_msg
void OnSetFocus(CWnd* pOldWnd);
65 afx_msg
void OnKillFocus(CWnd* pNewWnd);
68 virtual
void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) override;
69 virtual
void DrawButton(CDC* pDC, const CRect& rect);
70 virtual
void DrawText(CDC* pDC, const CRect& rect);
CGUICheckBox()
Default constructor.
CGUICheckBoxPushLike()
Default constructor.
virtual void SetEnable(bool bEnable) override
Function to specify whether button window is enabled.
virtual ~CGUICheckBoxPushLike()
Default destructor.
Definition D2DObject.h:12