WpfApplicationIdleTimerWarningInterval Property |
The time interval before application-wide idle in milliseconds. 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 int WarningInterval { get; set; }Public Property WarningInterval As Integer
Get
Set
Dim instance As WpfApplicationIdleTimer
Dim value As Integer
value = instance.WarningInterval
instance.WarningInterval = value
public:
property int WarningInterval {
int get ();
void set (int value);
}member WarningInterval : int with get, set
/** @property */
public int get_WarningInterval()
/** @property */
public void set_WarningInterval(int value)
function get WarningInterval () : int
function set WarningInterval (value : int)
function get_WarningInterval();
function set_WarningInterval(value);
PROPERTY WarningInterval AS LONG GET SET
No code example is currently available or this language may not be supported.
Property Value
Int32
See Also