ISUI:textentry (Element Type)
Jump to navigation
Jump to search
Overview
Base Element
- none
XML Properties
Tag | Description | Example |
---|---|---|
BackgroundColor | Background color | FF000033 |
Border | Size of border around the element. This border is included in the size of the element | 1 |
BorderColor | Border color | FFFFFFFF |
CaretOuterColor | Color used for the outside (inner in Insert mode) of the caret, visible while the element is in keyboard focus | FFFFFFFF |
CaretInnerColor | Color used for the inside (outer in Insert mode) of the caret, visible while the element is in keyboard focus | FF000000 |
FontSize | Height of the text to appear in the element | 12 |
MaxLength | Maximum size of text buffer. The number of characters that can be typed is this number less 1 | 256 |
SelectionColor | Background color of selected text | FF000000 |
TextColor | Text color | FFFFFFFF |