In This Article

PartEditBoxCommitTriggers Enum

Specifies the triggers that force a PartEditBoxBase-derived control to immediately commit any changes.

[Flags]
public enum PartEditBoxCommitTriggers

Fields

Name Description
ActivePartChange

Indicates that changes will be committed when the active part changes. Other changes will only be committed when the control loses focus.

All

Indicates that changes will be always be committed immediately.

Default

Indicates that changes made using an associated Spinner will be committed immediately. Other changes will only be committed when the control loses focus or when the Enter key is pressed. This is the same as EnterKeyDown | SpinnerChange.

EnterKeyDown

Indicates that changes made will be committed when the Enter key is pressed. Other changes will only be committed when the control loses focus.

None

Indicates that changes will only be committed when the control loses focus.

SpinnerChange

Indicates that changes made using an associated Spinner will be committed immediately. Other changes will only be committed when the control loses focus.

StringValueChange

Indicates that changes will be committed immediately when typing and other text edits occur. Other changes will only be committed when the control loses focus.