VisualTextBox
Description
A VisualTextBox is a block that let the user insert a text.
Attributes
- BoxSize [Size]: Size of the textbox. Default: 100 by 28 pixels.
- Input [string input]: Connect a block that outputs a string. This value will be inserted in the textbox.
- IsPassword [boolean]: When set to 'True', the contents of the textbox will be masked.
- MaxLength [integer]: The maximum number of characters the TextBox can hold. Default: unlimited (1024).
- Name [string]: The name of the block.
- StringChanged [event]: Event raised when the string has changed.
- Style [Style]: The style that needs to be applied to the block.
- Text [string]: The contents of the textbox. This can be used for example to set a default value.
Output connectors
- String: Outputs the contents of the VisualTextBox.
