Volume Control
Application-specific hotkeys for Windows
VolumeControl.TypeExtensions.TimerExtensions Class Reference

Extensions for the System.Windows.Forms.Timer timer object. More...

Collaboration diagram for VolumeControl.TypeExtensions.TimerExtensions:

Static Public Member Functions

static void Reset (this System.Windows.Forms.Timer timer)
 Resets the timer back to default if it was already started; otherwise does nothing. More...
 
static void StartOrReset (this System.Windows.Forms.Timer timer)
 Resets the timer back to default if it was already started; otherwise the timer is started. More...
 

Detailed Description

Extensions for the System.Windows.Forms.Timer timer object.

Member Function Documentation

◆ Reset()

static void VolumeControl.TypeExtensions.TimerExtensions.Reset ( this System.Windows.Forms.Timer  timer)
static

Resets the timer back to default if it was already started; otherwise does nothing.

Parameters
timerThe timer instance this method is called on.

◆ StartOrReset()

static void VolumeControl.TypeExtensions.TimerExtensions.StartOrReset ( this System.Windows.Forms.Timer  timer)
static

Resets the timer back to default if it was already started; otherwise the timer is started.

Parameters
timerThe timer instance this method is called on.

The documentation for this class was generated from the following file: