GrapeCity MultiRow Windows Forms Documentation
SoundLocation Property


Gets or sets the sound file location.
Syntax
<DefaultValueAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.WAVFileEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<SRDescriptionAttribute("Indicates the sound file location.")>
Public Property SoundLocation As String
Dim instance As SoundNotify
Dim value As String
 
instance.SoundLocation = value
 
value = instance.SoundLocation
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.WAVFileEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[SRDescription("Indicates the sound file location.")]
public string SoundLocation {get; set;}

Property Value

The sound location. The default is String.Empty.
Remarks
If this property is set, the SoundType property will not have an effect, even if this sound file location is invalid. Only .wav files are supported.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SoundNotify Class
SoundNotify Members

 

 


Copyright © GrapeCity, inc. All rights reserved.