This documentation is archived and is not being maintained.
SoundPlayer Properties
Visual Studio 2010
The SoundPlayer type exposes the following members.
| 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. |
Show: