Class TextBox
Represents a text box control.
Inherited Members
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 SourceTextBox(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 SourceValue
Gets or sets the text associated with this TextBox.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |