This control mimics, as much as possible, the volume fader control included with Windows Vista and later versions of Windows.

The control inherits from the TrackBar control, but implements several new features only available sndvol.exe and mmsys.cpl applications from post-Vista versions of Windows.

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public class VolumeFader : TrackBar
Visual Basic
Public Class VolumeFader _
	Inherits TrackBar
Visual C++
public ref class VolumeFader : public TrackBar

Remarks