Click or drag to resize

IdleTimer Properties

The IdleTimer type exposes the following members.

Properties
 NameDescription
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyEnabled Enables or disables the timer.
(Inherited from CustomTimer)
Public propertyIdleInterval The time interval of idle in milliseconds (1 second = 1000 milliseconds). When this interval of idle is expired then the Idle event is fired.
Public propertyIdleIntervalInMinutes The time interval of idle in minutes. When this interval of idle is expired then the Idle event is fired.
Public propertyIdleIntervalInSeconds The time interval of idle in seconds (1 second = 1000 milliseconds). When this interval of idle is expired then the Idle event is fired.
Public propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Public propertyWarningInterval The time interval before idle in milliseconds. When this interval is expired then the IdleWarning event is fired. WarningInterval must be lower than IdleInterval.
Public propertyWarningIntervalInMinutes The time interval before idle in minutes. When this interval is expired then the IdleWarning event is fired. WarningInterval must be lower than IdleInterval.
Public propertyWarningIntervalInSeconds The time interval before idle in seconds. When this interval is expired then the IdleWarning event is fired. WarningInterval must be lower than IdleInterval.
Top
See Also