3#include "GUIWndCtrlBase.h"
9 class FL_EXPORT CGUIStaticText :
public CStatic,
public CGUIWndCtrlBase
13 virtual ~CGUIStaticText();
16 virtual void SetAlignment(Gdiplus::StringAlignment align);
17 virtual void SetLineAlignment(Gdiplus::StringAlignment align);
20 virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct)
override;
21 virtual void DrawBackground(CDC* pDC, CRect& rect);
22 virtual void DrawText(CDC* pDC);
25 Gdiplus::StringFormat m_stringAlign;
31 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
32 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
33 afx_msg
void OnEnable(BOOL bEnable);
34 afx_msg
void OnLButtonDown(UINT nFlags, CPoint point);
Definition D2DObject.h:12