| Visual Basic (Declaration) | |
|---|---|
Public Enum PlayState Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PlayState | |
| C# | |
|---|---|
public enum PlayState : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class PlayState : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| NotReady | Indicates that the play object is not ready for playback. |
| Paused | Indicates that playback has paused. |
| Running | Indicates that playback is active. |
| Stopped | Indicates that the PlayCtrl object is ready for playback and has stopped. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.PlayState
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code