Determines if the open MCI device can eject its media. This property is not available at design time and is read-only at run time.
Syntax
[form.]MMControl.CanEject
Remarks
The following table lists the CanEject property settings for the Multimedia MCI control.
Setting | Description |
False | (Default) The device cannot eject its media. |
True | The device can eject its media. |
The value of CanEject is retrieved using MCI_GETDEVCAPS during the processing of an Open command.
Data Type
Integer (Boolean)