docs.unity3d.com
    Show / Hide Table of Contents

    Class TabButton

    Inheritance
    Object
    TabButton
    Namespace: Global Namespace
    Syntax
    public class TabButton : VisualElement

    Constructors

    TabButton()

    Declaration
    public TabButton()

    TabButton(String, VisualElement)

    Declaration
    public TabButton(string text, VisualElement target)
    Parameters
    Type Name Description
    String text
    VisualElement target

    Properties

    IsCloseable

    Declaration
    public bool IsCloseable { get; set; }
    Property Value
    Type Description
    Boolean

    Target

    Declaration
    public VisualElement Target { get; set; }
    Property Value
    Type Description
    VisualElement

    TargetId

    Declaration
    public string TargetId { get; }
    Property Value
    Type Description
    String

    Methods

    Deselect()

    Declaration
    public void Deselect()

    Select()

    Declaration
    public void Select()

    Events

    OnClose

    Declaration
    public event Action<TabButton> OnClose
    Event Type
    Type Description
    Action<TabButton>

    OnSelect

    Declaration
    public event Action<TabButton> OnSelect
    Event Type
    Type Description
    Action<TabButton>
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023