Gets or sets a value indicating whether pressing the ENTER key should exit inplace-edit mode and accept changes made to text.
SyntaxVB6
Copy Code
|
|---|
Public Property Get InplaceEditAcceptOnEnter() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksIf the value of this property is false, pressing the ENTER key inserts a new line in the text while in inplace-edit mode.
See Also