Exits inplace-edit mode, and either accepts or rejects any changes made to the text.
SyntaxVB6
Copy Code
|
|---|
Public Sub EndInplaceEdit( _ |
C++
Copy Code
|
|---|
public: |
RemarksHides the edit control shown previously by calling BeginInplaceEdit. That ends the inplace editing operation and validates the changes made to the text, as specified via the Accept argument.
See Also