|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Sub EnableCdMonitor (
bEnable as Boolean
)
|
|
[C#]
public void EnableCdMonitor (
bool bEnable
);
|
|
[C++]
public: void EnableCdMonitor (
bool bEnable
);
|
|
Parameter
|
Description
| ||||||
|
|
| ||||||
|
bEnable
|
Boolean value that tells if the control must automatically monitor the status of the available CD drives.
Supported values are the following:
|