The Writeable Property is available in LEADTOOLS LEADTOOLS Document and Medical Imaging and in LEADTOOLS DVD Module toolkits.
Gets the writable state for the current drive.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Writeable As Boolean |
C# | |
---|
public bool Writeable {get;} |
C++/CLI | |
---|
public:
property bool Writeable {
bool get();
} |
Property Value
True |
Writable |
False |
Not Writable |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also