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: |
Specifies whether changes made to the text should be accepted.
RemarksHides the edit control shown previously by calling BeginInplaceEdit. That ends the in-place editing operation and validates the changes made to the Text property of the arrow or label as specified via the Accept argument.
See Also