next up previous contents
Next: canPlay Up: Properties Previous: alias   Contents


canEject

Description

Boolean. Determines if the device can eject the media. Read-only


Syntax

mci.canEject


Example

m = new MCI;
m.deviceType = "cdaudio";
m.command = "open";
if (m.canEject) m.command = "eject";
m.command = "close";




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.