SoundPlayer Properties
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Media Namespace
SoundPlayer Class
SoundPlayer Properties
IsLoadCompleted Property
LoadTimeout Property
SoundLocation Property
Stream Property
Tag Property
SoundPlayer Class
SoundPlayer Members
SoundPlayer Constructor
SoundPlayer Methods
SoundPlayer Properties
SoundPlayer Events
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
SoundPlayer Properties
The
SoundPlayer
type exposes the following members.
Properties
Name
Description
CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from
Component
.)
Container
Gets the
IContainer
that contains the
Component
.
(Inherited from
Component
.)
DesignMode
Gets a value that indicates whether the
Component
is currently in design mode.
(Inherited from
Component
.)
Events
Gets the list of event handlers that are attached to this
Component
.
(Inherited from
Component
.)
IsLoadCompleted
Gets a value indicating whether loading of a .wav file has successfully completed.
LoadTimeout
Gets or sets the time, in milliseconds, in which the .wav file must load.
Site
Gets or sets the
ISite
of the
Component
.
(Inherited from
Component
.)
SoundLocation
Gets or sets the file path or URL of the .wav file to load.
Stream
Gets or sets the
Stream
from which to load the .wav file.
Tag
Gets or sets the
Object
that contains data about the
SoundPlayer
.
Top
See Also
Reference
SoundPlayer Class
System.Media Namespace
Tags :