RBX.lua.TextBox (Object): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
new format
>Blocco
No edit summary
>Camoy
(new format)
Line 1: Line 1:
{{CatUp|Class reference}}
{{ObjectPage|name=TextBox|{{Preliminary}}
__NOTOC__
{{Preliminary}}
 
A '''TextBox''' is a rectangular GUI.  You can type within the rectangular boundaries.  Note that you can only type lowercase letters and other characters on the keyboard that do not require the SHIFT key.<br/>
A '''TextBox''' is a rectangular GUI.  You can type within the rectangular boundaries.  Note that you can only type lowercase letters and other characters on the keyboard that do not require the SHIFT key.<br/>
'''Additional notice:''' The current gametest build support uppercase letters on the TextBox.
'''Additional notice:''' The current gametest build support uppercase letters on the TextBox.}}
 
==Functions==
The TextBox object incorporates only the global functions.
 
==Properties==
In addition to the global properties, the TextBox also has these:
 
*[[AbsolutePosition (Property)|AbsolutePosition]]
*[[AbsoluteSize (Property)|AbsoluteSize]]
*[[Active (Property)|Active]]
*[[BackgroundTransparency (Property)|BackgroundTransparency]]
*[[BorderColor3 (Property)|BorderColor3]]
*[[BorderSizePixel (Property)|BorderSizePixel]]
*[[Position (Property)|Position]]
*[[Size (Property)|Size]]
*[[SizeConstraint (Property)|SizeConstraint]]
*[[Text (Property)|Text]]
*[[TextColor3 (Property)|TextColor3]]
*[[TextTransparency (Property)|TextTransparency]]
*[[TextWrap (Property)|TextWrap]]
*[[TextXAlignment (Property)|TextXAlignment]]
*[[TextYAlignment (Property)|TextYAlignment]]
*[[Visible (Property)|Visible]]
*[[ZIndex (Property)|ZIndex]]
 
==Events==
In addition to the global events, the TextBox also has these:
 
*[[MouseEnter (Event)|MouseEnter]]
*[[MouseLeave (Event)|MouseLeave]]
*[[MouseMoved (Event)|MouseMoved]]
 
[[Category:ROBLOX Lua Objects]]
Anonymous user

Navigation menu