SECMarquee::Create

BOOLSECMarquee::Create(RECTrect, CWnd*pParent, LPCTSTRlpszText= _T(""), DWORDdwStyle= WS_VISIBLE|WS_CHILD, UINTnControlID= 0xFFFF)

Dynamically create a new marquee control

Defined in: marquee.cpp

Return Value

Nonzero if successful, otherwise 0.

Parameters

rect

Rectangle of new marquee

pParent

Parent window

Comments

Use this method to dynamically create a new marquee control.

lpszText

Inital marquee text

dwStyle

WS_* window stlyes to be passed to CWnd::Create call

nControlID

Control id for this new control

See Also

SECMarquee  AttachStatic