Gets a bool value indicating the file system is supported or not.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public abstract bool SupportFS { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property SupportFS As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool SupportFS { bool get () abstract; } |