Indicates if the line supports changing its volume

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public bool HasVolume { get; }
Visual Basic
Public ReadOnly Property HasVolume As Boolean
	Get
Visual C++
public:
property bool HasVolume {
	bool get ();
}

Return Value

Returns True if the line supports changing or quering the volume control

See Also