Gets or sets the text selection.
Namespace: FirstFloor.Documents.Controls.BehaviorsAssembly: 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: property TextSelection^ Selection { TextSelection^ get (); void set (TextSelection^ value); } |