SECLayoutNodeWnd Class

class SECLayoutNodeWnd: public SECLayoutNode

Layout node designed to bridge the gap to the WIN32 windows world.

Defined in: NODEWND.H

Comments

Objects of this class are used to attach to existing windows and plug them into the layout framework.

Class Members

Operations

BOOL  AttachWnd(CWnd* pWnd,CWnd* pParent)

Attach to a window from a CWnd

BOOL  AttachWnd(HWND hWnd,CWnd* pParent)

Attach to a window from a handle

BOOL  AttachWnd(UINT nID,CWnd* pParent)

Attach to a window from a control id

virtual HWND  GetAttachedHwnd()

Get the attached hWnd

Overridables

virtual void  OnInvalidateRect(const CRect& rectInvalid,BOOL bDoErase)

Window invalidation is about to occur