Class TableView.TableSelection | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Describes a selected region of the table

public class TableView.TableSelection

Inheritance

object

TableView.TableSelection

Inherited Members

object.ToString()

object.Equals(object)

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

Constructors

TableSelection(Point, Rect)

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

Properties

Origin

Corner of the Rect where selection began

Rect

Area selected

Edit this page