[]
make the editing item quit editing status
public void FinishEditing()
make the editing item quit editing status
public void FinishEditing(bool cancel, bool focusElement)
| Type | Name | Description |
|---|---|---|
| bool | cancel | determines the editing value will be cancelled or not |
| bool | focusElement | determines the editing item will be focused or not after editing |