MultiLine (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Megamatrixdude
New page: <onlyinclude>{{Property |name = MultiLine |property = Bool ''MultiLine'' |description = This defines whether a text inside a TextBox can use more than one line. |objects = TextBox ...
>Quenty
My statement may be wrong. Someone validate it please.
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|name = MultiLine
|name = MultiLine
|property = [[Bool]] ''MultiLine''
|property = [[Bool]] ''MultiLine''
|description = This defines whether a text inside a TextBox can use more than one line.
|description = When set to true, the text inside a TextBox can use more than one line, and players can use the enter key in input.
|objects = [[TextBox]]
|objects = [[TextBox]]
}}</onlyinclude>
}}</onlyinclude>

Latest revision as of 04:33, 3 January 2012

MultiLine
Property Bool MultiLine
Description When set to true, the text inside a TextBox can use more than one line, and players can use the enter key in input.
Member of TextBox