_OlkTextBox.EnterKeyBehavior Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean (bool in C#) that defines the way the ENTER key behaves in the control. Read/write.
public:
property bool EnterKeyBehavior { bool get(); void set(bool value); };
public bool EnterKeyBehavior { get; set; }
Public Property EnterKeyBehavior As Boolean
Property Value
Remarks
When this property is True, pressing ENTER creates a new line. When this property is False, pressing ENTER moves the focus to the next control in tab order. The default value for this property is False.