[]
make the editing item quit editing status
public void FinishEditing()
Public Sub FinishEditing()
make the editing item quit editing status
public void FinishEditing(bool cancel, bool focusElement)
Public Sub FinishEditing(cancel As Boolean, focusElement As Boolean)
| 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 |