Gets or sets the selected text content of the DocumentViewer
Namespace: FirstFloor.Documents.ControlsAssembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public TextSelection Selection { get; set; } |
| Visual Basic |
|---|
Public Property Selection As TextSelection Get Set |
| Visual C++ |
|---|
public: virtual property TextSelection^ Selection { TextSelection^ get () sealed; void set (TextSelection^ value) sealed; } |