====== jTextBox ====== The ''jTextBox'' control is analogous the [[https://msdn.microsoft.com/en-us/library/system.windows.forms.textbox%28v=vs.90%29.aspx|.Net Compact Framework's TextBox]], but has a more rich appearance. {{ :jcontrols_cf35:textboxandkeyboard.mp4?480x270 }} ===== AcceptsReturn Property ===== The ''AcceptsReturn'' property serves the same purpose as the [[https://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.acceptsreturn%28v=vs.90%29.aspx|.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.