Timer Control



This Control is used to execute the required code repeatedly again and again without any user intervention

Properties and Methods with Timer Control

SNO
Property and options
Type
Description
01
Enable
True
False (Default)
bool
True: As long as Enabled is true timer will be working
False: Timer stops working
02
Interval
int
Time period in Milli seconds after which the timer tick event should be fired, default is 100
1000 Milli Seconds=1 Second

Methods with Timer Control

SNO
Property and options
Type
Description

01
Start()
void
Starts the Timer Control
02
Stop()
void
Stops the Timer Control

No comments:

Post a Comment