Class MultiLineEditableTextBox
Allows a user to enter multiple lines of text
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.UMG
Assembly: UE4DotNet.dll
Syntax
public class MultiLineEditableTextBox : TextLayoutWidget
Properties
| Improve this Doc View SourceAllowContextMenu
Declaration
public bool AllowContextMenu { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
bIsReadOnly
Declaration
public bool bIsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static MultiLineEditableTextBox DefaultObject { get; }
Property Value
Type | Description |
---|---|
MultiLineEditableTextBox |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
TextStyle
The text style
Declaration
public TextBlockStyle TextStyle { get; set; }
Property Value
Type | Description |
---|---|
TextBlockStyle |
VirtualKeyboardOptions
Additional options to be used by the virtual keyboard summoned from this widget
Declaration
public VirtualKeyboardOptions VirtualKeyboardOptions { get; set; }
Property Value
Type | Description |
---|---|
VirtualKeyboardOptions |
WidgetStyle
The style
Declaration
public EditableTextBoxStyle WidgetStyle { get; set; }
Property Value
Type | Description |
---|---|
EditableTextBoxStyle |
Methods
| Improve this Doc View SourceGetText()
Get Text
Declaration
public byte GetText()
Returns
Type | Description |
---|---|
System.Byte |
New(UObject, Name)
Spawn an object of this class
Declaration
public static MultiLineEditableTextBox New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
MultiLineEditableTextBox |
SetError(Byte)
Set Error
Declaration
public void SetError(byte InError)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | InError |
SetIsReadOnly(Boolean)
Set Is Read Only
Declaration
public void SetIsReadOnly(bool bReadOnly)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | bReadOnly |
SetText(Byte)
Set Text
Declaration
public void SetText(byte InText)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | InText |
Operators
| Improve this Doc View SourceImplicit(IntPtr to MultiLineEditableTextBox)
Convert from IntPtr to UObject
Declaration
public static implicit operator MultiLineEditableTextBox(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
MultiLineEditableTextBox |