Windows Media Player 11 SDK AxWindowsMediaPlayer.openState (VB and C#)
Previous | Next |
AxWindowsMediaPlayer.openState (VB and C#)
The openState property gets an enumeration value indicating the state of the content source.
[Visual Basic] Public Overridable ReadOnly Property openState As WMPOpenState [C#] public virtual WMPOpenState openState {get;}
Property Value
The WMPLib.WMPOpenState enumeration value**.**
Remarks
Windows Media Player states are not guaranteed to occur in any particular order. Furthermore, not every state necessarily occurs during a sequence of events. You should not write code that relies upon state order.
Requirements
Version: Windows Media Player 9 Series or later
Namespace: AxWMPLib
Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)
See Also
- AxWindowsMediaPlayer Object (VB and C#)
- AxWindowsMediaPlayer.OpenStateChange Event
- WMPLib.WMPOpenState
Previous | Next |