Class RenderEditable
Inheritance
System.Object
RenderEditable
Namespace: UIWidgets.Tests
Syntax
public class RenderEditable : EditorWindow, TextSelectionDelegate
Properties
textEditingValue
Declaration
public TextEditingValue textEditingValue { get; set; }
Property Value
| Type | Description |
|---|---|
| TextEditingValue |
Implements
Methods
bringIntoView(TextPosition)
Declaration
public void bringIntoView(TextPosition textPosition)
Parameters
| Type | Name | Description |
|---|---|---|
| TextPosition | textPosition |
Implements
hideToolbar()
Declaration
public void hideToolbar()