Table of Contents

Class CommonEditBox

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

Constructors

CommonEditBox()

public CommonEditBox()

Properties

Editor

public Editor Editor { get; set; }

Property Value

Editor

IsReadOnly

public bool IsReadOnly { get; set; }

Property Value

bool

ScrollView

public ScrollView ScrollView { get; protected set; }

Property Value

ScrollView

ScrollWidget

public Frame ScrollWidget { get; }

Property Value

Frame

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

TextWidget

public SimpleText TextWidget { get; }

Property Value

SimpleText

Methods

OnSubmit()

protected void OnSubmit()

Events

Submitted

public event Action<string> Submitted

Event Type

Action<string>