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";