Gets a bool value indicating the file system is supported or not.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.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; } |