public class TabButton : VisualElement
Constructors
Declaration
Declaration
public TabButton(string text, VisualElement target)
Parameters
Type |
Name |
Description |
String |
text |
|
VisualElement |
target |
|
Properties
Declaration
public bool IsCloseable { get; set; }
Property Value
Declaration
public VisualElement Target { get; set; }
Property Value
Type |
Description |
VisualElement |
|
Declaration
public string TargetId { get; }
Property Value
Methods
Declaration
Declaration
Events
Declaration
public event Action<TabButton> OnClose
Event Type
Declaration
public event Action<TabButton> OnSelect
Event Type