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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.