Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
EnableSpeakers property 
 
Type
[Visual Basic] 
Public Property EnableSpeakers As Boolean
 
[C#] 
public bool EnableSpeakers {get; set;}
 
[C++] 
public: __property bool get_EnableSpeakers(); 
public: __property void set_EnableSpeakers(bool);
 
 
Remarks
Boolean value that enables/disables speakers assignment. 
Supported values are the following: 
Mnemonic Value
Meaning
false (default)
Speakers assignment disabled
true
Speakers assignment enabled
 
NOTE: This property can be set at Design-time only: changes made at Runtime will be simply ignored. 
 
For further details about speakers assignment, take a look to the How to work with multiple output devices and speakers section.
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents