SECMarquee::AttachStatic
BOOLSECMarquee::AttachStatic(intnCtlID, CWnd*pParentWnd)
Attaches a marquee control to an existing static control.
Defined in: marquee.cpp
Return Value
Nonzero if successful, otherwise 0.
Parameters
nCtlID
Control id of static control to attach
pParentWnd
Pointer to parent window of static control.
Comments
This method is the recommended method of linking to a static control placed on a dialog template.
See Also