Documentation

Textbox - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Textbox

GUI.Textbox
Textbox control that allows users to input text

Properties

Text Localized String
text of the text box
Read Only Boolean
textbox is read-only or not
Multiline Boolean
textbox is multi-lined or not
Word Wrap Boolean
textbox has word wrap enabled or not
Password Character String
character to replace user's inputted text to obfuscate it from others' eyes
Has Changed Boolean
if textbox has changed since it has had text applied
Arrow Color Color
color of the textbox's arrow
Scrollbar Color Color
color of the textbox's scrollbar
Scrollbar Background Color Color
background color of the textbox's scrollbar
Border Light Color Color
color of the textbox's light border
Border Dark Color Color
color of the textbox's dark border
Selected Text String
contents of text being selected or inserted at the caret
Selection Start Integer
character index of where the caret is or selected text starts
Selection Length Integer
number of characters currently selected
Selection End Integer
character index of where the caret is or selected text ends

Events

Changed ( )
Triggers when the text changes

If you think anything is missing, please feel free to: submit documentation feedback on this page