omni::kit::MessageBoxButtons

Defined in omni/kit/IAppMessageBox.h

enum class omni::kit::MessageBoxButtons

Buttons to place on the message box.

Values:

enumerator eOk

Only an “Ok” button should be presented.

enumerator eOkCancel

Both “Ok” and “Cancel” buttons should be presented.

enumerator eYesNo

Both “Yes” and “No” buttons should be presented.