Skip to content

UISpinBox.CommitEdit() Method

Definition

Namespace: Brine2D.UI

Commits the edit buffer to Value and exits editing mode. If the buffer cannot be parsed the value is left unchanged.

C#
internal void CommitEdit();