Updates the current selection, taking two TextPointer positions to indicate the updated selection.
Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
Parameters
- position1
- Type: FirstFloor.DocumentsTextPointer
A position that marks the start of the updated selection. - position2
- Type: FirstFloor.DocumentsTextPointer
A position that marks the end of the updated selection.
See Also