| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum PlaySeeking Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PlaySeeking | |
| C# | |
|---|---|
[FlagsAttribute()] public enum PlaySeeking : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class PlaySeeking : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Backward | Indicates that backward seeking is supported. |
| Forward | Indicates that forward seeking is supported. |
| FrameBackward | Indicates that backward seeking, by frame, is supported. |
| FrameForward | Indicates that forward seeking, by frame, is supported. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.PlaySeeking
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