TextAreaControlWidgetclass

objectControlWidgetTextAreaControlWidget
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public class Editor.TextAreaControlWidget : Editor.ControlWidget

Constructors1

Showing 1 constructors

Methods5

Showing 5 methods

protected virtual void DoLayout()PROTECTEDVIRTUAL

Returns:void

protected virtual void OnMultipleDifferentValues(bool state)PROTECTEDVIRTUAL

Change text to pink if we're editing multiple values, and they differ

ParameterTypeDescription
statebool
Returns:void

protected virtual void OnValueChanged()PROTECTEDVIRTUAL

Returns:void

protected virtual object StringToValue(string text)PROTECTEDVIRTUAL

ParameterTypeDescription
textstring
Returns:object

protected virtual string ValueToString()PROTECTEDVIRTUAL

Returns:string

Properties3

Showing 3 properties

public virtual bool Editor.TextAreaControlWidget.IsControlActive { get; set; }PUBLICVIRTUALGETSET

Returns:bool

public virtual bool Editor.TextAreaControlWidget.ReadOnly { get; set; }PUBLICVIRTUALGETSET

Returns:bool

public virtual bool Editor.TextAreaControlWidget.SupportsMultiEdit { get; set; }PUBLICVIRTUALGETSET

Returns:bool

On this page