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; }
ReadOnly Property SelectionPreserver As ISelectionPreserver
Get
abstract SelectionPreserver : ISelectionPreserver with get
Property Value
Type:
ISelectionPreserverThe 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