Search Results for

    Show / Hide Table of Contents

    Class TableView.TableSelection

    Describes a selected region of the table
    Inheritance
    object
    TableView.TableSelection
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class TableView.TableSelection

    Constructors

    | Edit this page View Source

    TableSelection(Point, Rect)

    Creates a new selected area starting at the origin corner and covering the provided rectangular area
    Declaration
    public TableSelection(Point origin, Rect rect)
    Parameters
    Type Name Description
    Point origin
    Rect rect

    Properties

    | Edit this page View Source

    Origin

    Corner of the Rect where selection began
    Declaration
    public Point Origin { get; set; }
    Property Value
    Type Description
    Point
    | Edit this page View Source

    Rect

    Area selected
    Declaration
    public Rect Rect { get; set; }
    Property Value
    Type Description
    Rect
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX