AudioCDPlayerPlaybackState Property |
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public PlaybackState PlaybackState { get; }
Public ReadOnly Property PlaybackState As PlaybackState
Get
Dim instance As AudioCDPlayer
Dim value As PlaybackState
value = instance.PlaybackState
member PlaybackState : PlaybackState with get
/** @property */
public PlaybackState get_PlaybackState()
function get PlaybackState () : PlaybackState
function get_PlaybackState();
Property Value
Type:
PlaybackStateSee Also