3#include "GUIWndCtrlBase.h"
4#include "GUIStyledCtrlBase.h"
10 class FL_EXPORT CGUIStaticText :
public CStatic,
public CGUIWndCtrlBase,
public CGUIStyledCtrlBase
14 virtual ~CGUIStaticText();
17 virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct)
override;
18 virtual void DrawText(CDC* pDC);
22 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
23 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
24 afx_msg
void OnEnable(BOOL bEnable);
25 afx_msg
void OnLButtonDown(UINT nFlags, CPoint point);
Definition D2DObject.h:12