Copyright © 2005-2019 MultiMedia Soft

SoundsDirectory property

Previous pageReturn to chapter overviewNext page

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.