Share via


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

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.Ctlcontrols (VB and C#)

The Ctlcontrols property gets an IWMPControls interface that provides a way to manipulate the playback of a media item.

[Visual Basic]
Public Overridable ReadOnly Property Ctlcontrols As IWMPControls

[C#]
public virtual IWMPControls Ctlcontrols {get;}

Property Value

The WMPLIB.IWMPControls 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