SECMarquee::OnScrollMarquee

BOOLSECMarquee::OnScrollMarquee(void)

Marquee is scrolling one frame.

Defined in: marquee.cpp

Return Value

Nonzero if successful, otherwise 0.

Comments

This function performs marquee scrolling calculations. Override to introduce custom scrolling logic. Actual painting done in OnPaint handler.

See Also

SECMarquee