Show / Hide Table of Contents

Class TextBox

Represents a text box control.

Inheritance
System.Object
Element
TextBox
Inherited Members
Element.OnValueChanged
Element.ValueChanged()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DesktopMagicPluginAPI.Inputs
Assembly: DesktopMagicPluginAPI.dll
Syntax
public class TextBox : Element

Constructors

| Improve this Doc View Source

TextBox(String)

Initializes a new instance of the TextBox class with the provided value.

Declaration
public TextBox(string value)
Parameters
Type Name Description
System.String value

The text associated with this control.

Properties

| Improve this Doc View Source

Value

Gets or sets the text associated with this TextBox.

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX