|
static |
A factory to create an xtd::forms::timer with specified interval, and enable values.
interval_milliseconds | An int32 specifying the number of milliseconds before the tick event is raised relative to the last occurrence of the tick event. The value cannot be less than one. |
enabled | true if the timer is currently enabled; otherwise, false. The default is false. |