RoundTextBoxMultilineResetAcceptReturn Method

Resets the AcceptReturn property to its default value.

Definition

Namespace: BeeMobile.RoundTextBoxMultiline
Assembly: BeeMobile.RoundTextBoxMultiline.NET48 (in BeeMobile.RoundTextBoxMultiline.NET48.dll) Version: 4.8.1.0
C#
protected virtual void ResetAcceptReturn()

Remarks

This method sets the AcceptReturn property to . It can be overridden in a derived class to customize the reset behavior.

See Also