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

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.settings (VB and C#)

The settings property gets an IWMPSettings interface that provides a way to modify various Windows Media Player settings.

[Visual Basic]
Public Overridable ReadOnly Property settings As IWMPSettings

[C#]
public virtual IWMPSettings settings {get;}

Property Value

The WMPLib.IWMPSettings interface**.**

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

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

See Also

Previous Next