Search Results for

    Show / Hide Table of Contents

    Class TabView.Tab

    A single tab in a TabView
    Inheritance
    object
    TabView.Tab
    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 TabView.Tab

    Constructors

    | Edit this page View Source

    Tab()

    Creates a new unamed tab with no controls inside
    Declaration
    public Tab()
    | Edit this page View Source

    Tab(string, View)

    Creates a new tab with the given text hosting a view
    Declaration
    public Tab(string text, View view)
    Parameters
    Type Name Description
    string text
    View view

    Properties

    | Edit this page View Source

    Text

    The text to display in a TabView
    Declaration
    public ustring Text { get; set; }
    Property Value
    Type Description
    ustring
    | Edit this page View Source

    View

    The control to display when the tab is selected
    Declaration
    public View View { get; set; }
    Property Value
    Type Description
    View
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX