Table of Contents

Class Tab

Namespace
Lime
Assembly
Lime.dll
[TangerineAllowedChildrenTypes(new Type[] { typeof(Node) })]
public class Tab : Widget, IDisposable, IAnimatorHost, IRenderChainBuilder, IAnimable, ICloneable, IUpdatableNode
Inheritance
Tab
Implements
Derived
Inherited Members
Extension Methods

Constructors

Tab()

public Tab()

Properties

Active

public bool Active { get; set; }

Property Value

bool

Closable

public bool Closable { get; set; }

Property Value

bool

Text

Get or sets a label upon the widget. For widgets which can not have a label returns null.

public override string Text { get; set; }

Property Value

string

Methods

OnUpdate(float)

public virtual void OnUpdate(float delta)

Parameters

delta float

Events

Closing

public event Action Closing

Event Type

Action