FinishEditing(Boolean) Method
Commits or cancels any pending edits and exits edit mode.
'Declaration
Public Overloads Function FinishEditing( _
ByVal As Boolean _
) As Boolean
public bool FinishEditing(
bool
)
Parameters
- cancel
- Whether pending edits should be canceled or committed.
Return Value
True if there were pending edits and they were successfully canceled or committed.