CustomTimerEnabled Property |
Enables or disables the timer.
Namespace: ZylSoft.TimersAssembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool Enabled { get; set; }Public Property Enabled As Boolean
Get
Set
Dim instance As CustomTimer
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
public:
property bool Enabled {
bool get ();
void set (bool value);
}member Enabled : bool with get, set
/** @property */
public boolean get_Enabled()
/** @property */
public void set_Enabled(boolean value)
function get Enabled () : boolean
function set Enabled (value : boolean)
function get_Enabled();
function set_Enabled(value);
PROPERTY Enabled AS LOGIC GET SET
No code example is currently available or this language may not be supported.
Property Value
Boolean
See Also