SoundPlayer Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
Name | Description | |
---|---|---|
![]() | Container | Gets the IContainer that contains the 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. |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (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.) |
Reference
SoundPlayer ClassSystem.Media Namespace
SystemSounds
Other Resources
SoundPlayer Class Overview
Show: