Share via


Windows Media Player 11 SDK AxWindowsMediaPlayer.status (VB and C#) 

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.status (VB and C#)

The status property gets a value indicating the status of Windows Media Player.

[Visual Basic]
Public Overridable ReadOnly Property status As String

[C#]
public virtual string status {get;}

Property Value

The System.String that is the status.

Remarks

The values contained in this property are subject to change at any time, and should be used for display purposes only.

The AxWindowsMediaPlayer.StatusChange event is fired whenever this property changes value.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next