TimerRepeatCount Property |
Specifies how many times the OnTimer event will be fired.
When this property is 0, then the event will be fired continually.
Namespace: ZylSoft.TimersAssembly: ZylTimer (in ZylTimer.dll) Version: 1.31.8797.18884
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic int RepeatCount { get; set; }Public Property RepeatCount As Integer
Get
Set
Dim instance As Timer
Dim value As Integer
value = instance.RepeatCount
instance.RepeatCount = value
public:
property int RepeatCount {
int get ();
void set (int value);
}member RepeatCount : int with get, set
/** @property */
public int get_RepeatCount()
/** @property */
public void set_RepeatCount(int value)
function get RepeatCount () : int
function set RepeatCount (value : int)
function get_RepeatCount();
function set_RepeatCount(value);
PROPERTY RepeatCount AS LONG GET SET
No code example is currently available or this language may not be supported.
Property Value
Int32
See Also