Timer Constructor (Boolean)
Constructor.
[Visual Basic]
Overloads Public Sub New( _
ByVal
Boolean As
Boolean _
)
[C#]
public Timer(
Boolean enabled);
Parameters
-
Boolean
- When this parameter is true, the timer will be enabled after the creation.
See Also
Timer Class | ZylTimer Namespace | Timer Constructor Overload List