AcceptsReturn Property

Summary

Indicates whether pressing ENTER in a multi-line TextBox control creates a new line of text in the control or activates the default button for the form.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnTextEditDesigner.prototype, 'acceptsReturn', 
	get: function(), 
	set: function(value) 
) 
acceptsReturn: boolean; 

Property Value

true if the ENTER key creates a new line of text in a multi-line version of the control; false if the ENTER key activates the default button for the form. The default is false.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly