GrapeCity SPREAD for Windows Forms 11.0J
SoundLocation プロパティ


サウンドファイルの場所を取得または設定します。
構文
'Declaration
 
Public Property SoundLocation As String
'使用法
 
Dim instance As SoundNotify
Dim value As String
 
instance.SoundLocation = value
 
value = instance.SoundLocation
public string SoundLocation {get; set;}

プロパティ値

サウンドファイルの場所。デフォルト値はString.Emptyです。
解説
このプロパティが設定されている場合は、サウンドファイルの場所が無効であっても、SoundTypeプロパティは機能しません。.wavファイルのみがサポートされています。
参照

SoundNotify クラス
SoundNotify メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.