Gets the plain text contents of the current selection.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public string Text { get; private set; } |
| Visual Basic |
|---|
Public Property Text As String Get Private Set |
| Visual C++ |
|---|
public: property String^ Text { String^ get (); private: void set (String^ value); } |