The Ejectable Property is available in LEADTOOLS Document and Medical Imaging toolkits.
(Read only) Gets the ejectable state for the drive associated with this disc.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Ejectable As Boolean |
C# | |
---|
public bool Ejectable {get;} |
C++/CLI | |
---|
public:
property bool Ejectable {
bool get();
} |
Return Value
True |
Ejectable |
False |
Not Ejectable |
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also