ZylIdleTimer.NET

IdleTimer Properties

The properties of the IdleTimer class are listed below. For a complete list of IdleTimer class members, see the IdleTimer Members topic.

Public Instance Properties

Container (inherited from Component)Gets the IContainer that contains the Component.
Enabled (inherited from CustomTimer) Enables or disables the timer.
Site (inherited from Component)Gets or sets the ISite of the Component.
SystemInterval The time interval of system-wide idle in milliseconds (1 second = 1000 milliseconds). When this interval of idle is expired then the OnSystemIdle event is fired.

Protected Instance Properties

CanRaiseEvents (inherited from Component)Gets a value indicating whether the component can raise an event.
DesignMode (inherited from Component)Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.
Interval (inherited from CustomTimer) The time interval in milliseconds (1 second = 1000 milliseconds). The OnTick event is fired repeatedly after this measured interval.

See Also

IdleTimer Class | ZylIdleTimer Namespace