Share via


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

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.Ctlenabled (VB and C#)

The Ctlenabled property gets or sets a value indicating whether the Windows Media Player control is enabled.

[Visual Basic]
Public Overridable Property Ctlenabled As Boolean

[C#]
public virtual bool Ctlenabled {get; set;}

Property Value

A System.Boolean value that indicates whether the Windows Media Player control is enabled. The default value is true.

Remarks

If the Ctlenabled property is set to false, then Windows Media Player hides the user controls during full-screen playback.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

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

See Also

Previous Next