[This is preliminary documentation and is subject to change.]

Gets the current volume of the trackbar

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int getVolume()
Visual Basic
Public Function getVolume As Integer
Visual C++
public:
int getVolume()

Return Value

the volume

See Also