PaintNotificationDelay property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Access 2.0 example

Access 95, 97 example
Visual J++ example

Syntax short PaintNotificationDelay

Overview:  Refer to Using Special Effects When Painting.

Remarks

(Persistent property, available at design time) Delay between paint passes, in milliseconds.

If you specify more than one pass when painting a special effect, a pattern brush paints some of the pixels on each pass, and the painting is complete when you finish all of the passes. The PaintNotification event occurs before painting and after each pass. The PaintNotificationDelay property specifies the delay in that event.

See Also

Elements:  PaintEffect property, TransitionEffect property, PaintMaxPasses property, PaintPass property, PaintNotification event

Topics:  Raster Images: Implementing Special Effects