Indicates how the text editing control responds when the user presses the ENTER key.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.306.0 (10.97.306.00)

Syntax

C#
public bool AcceptsReturn { get; set; }
Visual Basic
Public Property AcceptsReturn As Boolean
	Get
	Set
JScript
function get AcceptsReturn () : boolean
function set AcceptsReturn (value : boolean)

See Also