RBX.lua.TextBox (Object): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>GoldenUrg →Properties: fixed links |
>GoldenUrg →Properties: fixed links |
(No difference)
|
Revision as of 02:03, 10 May 2010
Preliminary:This item is under development and is likely to change. Use only for experimental work.
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.
Functions
The TextBox object incorporates only the global functions.
Properties
In addition to the global properties, the TextBox also has these:
- AbsolutePosition
- AbsoluteSize
- Active
- BackgroundTransparency
- BorderColor3
- BorderSizePixel
- Position
- Size
- SizeConstraint
- Text
- TextColor3
- TextTransparency
- TextWrap
- TextXAlignment
- TextYAlignment
- Visible
- ZIndex
Events
In addition to the global events, the TextBox also has these: