Click here for NewsObjects Overview
Run Property (Alert Control)
Windows - Visual C++


Description
The Run property, when set to TRUE, indicates to the control that it should start receiving alerts from the NewsEdge Server. Setting the property to FALSE indicates to the control that it should stop receiving alerts.

Syntax
[object.]Run = value

The Run syntax has these parts:

 Part

Description

value

A boolean specifying the new state of execution.

Remarks
If the control is executing, this property must be set to FALSE to change the NoFloat and AlertWordOnly properties.

See Also: AlertWordOnly NoFloat OpenAlertBox

Back to: Alert Properties