Table of Contents

Class TableSelectionRegion

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Describes a single contiguous rectangular selection region within a TableView.

public class TableSelectionRegion : IEquatable<TableSelectionRegion>
Inheritance
TableSelectionRegion
Implements
Inherited Members

Constructors

TableSelectionRegion(Point, Rectangle)

Creates a new selected area starting at the origin corner and covering the provided rectangular area.

Properties

IsExtended

true if the selection was made through ToggleExtend (e.g. Ctrl+Click) and therefore should persist even through keyboard navigation.

Origin

Corner of the Rectangle where selection began.

Rectangle

Area selected.

Methods

Equals(object?)
Equals(TableSelectionRegion?)
GetHashCode()