Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
SoundsDirectory property 
 
Type
[Visual Basic] 
Public Property SoundsDirectory As String
 
[C#] 
public string SoundsDirectory {get; set;}
 
[C++] 
public: __property String* get_SoundsDirectory(); 
public: __property void set_SoundsDirectory(String*);
 
 
Remarks
The string containing the directory path from which the LoadSound method will load, by default, the sound files.
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents