WinFormsApplicationIdleTimerWarningIntervalInSeconds Property |
The time interval before idle in seconds. When this interval is expired then the IdleWarning event is fired.
WarningInterval must be lower than IdleInterval.
Namespace: ZylSoft.TimersAssembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic double WarningIntervalInSeconds { get; set; }Public Property WarningIntervalInSeconds As Double
Get
Set
Dim instance As WinFormsApplicationIdleTimer
Dim value As Double
value = instance.WarningIntervalInSeconds
instance.WarningIntervalInSeconds = value
public:
property double WarningIntervalInSeconds {
double get ();
void set (double value);
}member WarningIntervalInSeconds : float with get, set
/** @property */
public double get_WarningIntervalInSeconds()
/** @property */
public void set_WarningIntervalInSeconds(double value)
function get WarningIntervalInSeconds () : double
function set WarningIntervalInSeconds (value : double)
function get_WarningIntervalInSeconds();
function set_WarningIntervalInSeconds(value);
PROPERTY WarningIntervalInSeconds AS REAL8 GET SET
No code example is currently available or this language may not be supported.
Property Value
Double
See Also