StopAnimation Method

This method stops animating the system tray icon.

Syntax

csSysTray[(index)].StopAnimation

The StopAnimation method syntax has these parts:

Part Description
csSysTray The SysTray control you are working with, or a control array of SysTray controls.

Examples

Example 1 (Stopping an Animation)

csSysTray1.StopAnimation

Remarks

To start animating a system tray icon, call the StartAnimation method.