Show / Hide Table of Contents

Class EventProperty.TextInput

EventProperty class for the TextInput property.

Inheritance
Object
Element
EventProperty
EventProperty.TextInput
Implements
IValidatable
Inherited Members
EventProperty.Name
EventProperty.nameRequired
EventProperty.XSpecified
EventProperty.Row
EventProperty.Logic
EventProperty.Event
EventProperty.OnEdit()
EventProperty.CopyAttributes(EventProperty)
EventProperty.Validate(String)
EventProperty.ToString()
EventProperty.X
Element.Validate()
Element.MissingElement(String, String)
Element.MissingAttribute(String, String)
Element.InvalidData(String, String)
Element.Warn(String, String)
Element.LineNumber
Element.LinePosition
Element.AttributesUsed
Element.ElementsUsed
Element.FileName
Namespace: Modding
Assembly: Assembly-CSharp.dll
Syntax
public class TextInput : EventProperty, IValidatable

Constructors

TextInput()

Declaration
public TextInput()

Fields

DefaultText

Default text, as specified in the XML file.

Declaration
public string DefaultText
Field Value
Type Description
String

MaxChars

Maximum characters, as specified in the XML file.

Declaration
public int MaxChars
Field Value
Type Description
Int32

Title

Title text, as specified in the XML file.

Declaration
public string Title
Field Value
Type Description
String

Properties

Text

Text entered in the UI.

Declaration
public string Text { get; set; }
Property Value
Type Description
String

Implements

IValidatable
Back to top Generated by DocFX