12#include "GUIWndCtrlBase.h"
13#include "GUIDefinitions.h"
59 void SetCheck(int32_t i32Check,
bool bInvalidate =
true);
95 virtual
void PreSubclassWindow();
96 afx_msg LRESULT OnSetCheck(WPARAM wParam, LPARAM lParam);
97 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
98 afx_msg
void OnLButtonDown(UINT nFlags, CPoint point);
99 afx_msg
void OnLButtonUp(UINT nFlags, CPoint point);
100 afx_msg
void OnMouseHover(UINT nFlags, CPoint point);
101 afx_msg
void OnMouseLeave();
102 afx_msg
void OnMouseMove(UINT nFlags, CPoint point);
103 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
104 afx_msg
void OnEnable(BOOL bEnable);
105 afx_msg
void OnSetFocus(CWnd* pOldWnd);
106 afx_msg
void OnKillFocus(CWnd* pNewWnd);
109 virtual
void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) override;
110 virtual
void DrawButton(CDC* pDC, const CRect& rect);
111 virtual
void DrawText(CDC* pDC, CRect rect);
114 bool m_bTextAlignDirty;
119 UINT m_u32CheckState;
EGUIStringTrimming
문자열이 레이아웃 사각형을 벗어날 경우 자르기 옵션
Definition GUIDefinitions.h:9360
EGUIAlignment
정렬 정보
Definition GUIDefinitions.h:9222