Table of Contents

Class TabBar

Namespace
Lime
Assembly
Lime.dll
public class TabBar : Widget, IDisposable, IAnimatorHost, IRenderChainBuilder, IAnimable, ICloneable
Inheritance
TabBar
Implements
Derived
Inherited Members
Extension Methods

Constructors

TabBar()

public TabBar()

Properties

AllowReordering

public bool AllowReordering { get; set; }

Property Value

bool

Methods

ActivateTab(Tab)

public void ActivateTab(Tab tab)

Parameters

tab Tab

Events

OnReordered

Occurs when position of a tab changed and users has finished dragging.

public event Action<TabBar.ReorderEventArgs> OnReordered

Event Type

Action<TabBar.ReorderEventArgs>

OnReordering

Occurs when position of a tab has changed.

public event Action<TabBar.ReorderEventArgs> OnReordering

Event Type

Action<TabBar.ReorderEventArgs>