If this is true, treats Enter key as an input and prevent pressing dialog default button.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public bool AcceptsReturn { get; set; }
Visual Basic
Public Property AcceptsReturn As Boolean
	Get
	Set

Property Value

Type: Boolean

Remarks

The default value is true.

See Also