Gets or sets a value indicating whether pressing the ESC key should exit inplace-edit mode and cancel any changes made to text.
SyntaxVB6
Copy Code
|
|---|
Public Property Get InplaceEditCancelOnEsc() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksIf the value of this property is false, pressing the ESC key has no effect while in inplace-edit mode.
See Also