NevronOpenVision
Nevron.Nov Namespace / NTimer Class


NTimer Class Properties

For a list of all members of this type, see NTimer members.

Public Properties
 NameDescription
Public PropertyGets or sets whether the timer is allowed to be grouped with other timers that have the same interval. When this property is set to true, and a timer of the same group is already created, the first tick may occur in a shorted interval of time. The change of this property restarts the timer, if it was started. By default set to false.  
Public PropertyGets or sets the interval at which the tick event occurs (in milliseconds) If the timer is started, it is restarted. The change of this property restarts the timer, if it was started.  
Public PropertyGets whether the timer is running.  
Top
Protected Properties
 NameDescription
Internal Property  
Top
See Also