Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TextAreaAttribute.TextAreaAttribute

public function TextAreaAttribute()
public function TextAreaAttribute(minLines: int, maxLines: int)

Parameters

minLines The minimum amount of lines the text area will use.
maxLines The maximum amount of lines the text area can show before it starts using a scrollbar.

Description

Attribute to make a string be edited with a height-flexible and scrollable text area.