Table of Contents
jTextBox
The jTextBox control is analogous the .Net Compact Framework's TextBox, but has a more rich appearance.
AcceptsReturn Property
The AcceptsReturn property serves the same purpose as the .Net Framework's AcceptsReturn property. If true the textbox will create a newline when the Enter key is pressed. If false the Enter key will be ignored.
Border Property
The Border property is used to customize the thickness and color of the texbox's perimeter. See Fills, Strokes and Borders for details.
CornerRadii Property
The CornerRadii property can be used to customize shape of the textbox's four corners. Each corner can be set independently.
Fill Property
The Fill property is used to customize the color of the textbox's interior. See Fills, Strokes and Borders for details.
Text Features
jTextBox supports all of jControls' Text Features.
Limitations
- Text Selection is not Supported
- Scrolling is not supported
- 'Tab' character entry is not supported.
