Click or drag to resize

ISelectableControlTSelectionPreserver Property

Gets a new instance of a selection preserver.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
ISelectionPreserver SelectionPreserver { get; }

Property Value

Type: ISelectionPreserver
The selection preserver.
Remarks
This returns a selection preserver that can be used to save the selected items of a control. Typically, this is used when the selection may encompass items that are not visible in the control.
See Also