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
IsReadOnly
public bool IsReadOnly { get; set; }
Property Value
ScrollView
public ScrollView ScrollView { get; protected set; }
Property Value
ScrollWidget
public Frame ScrollWidget { get; }
Property Value
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
TextWidget
public SimpleText TextWidget { get; }
Property Value
Methods
OnSubmit()
protected void OnSubmit()
Events
Submitted
public event Action<string> Submitted