DialogResultCode

Description

enum Tinman.Engine.Widgets.DialogResultCode

Enumeration of result codes of widget dialogs.

Public / Constants

None

public constant None → (0:int32)

Result code for a dialog that has been aborted without user interaction.

Ok

public constant Ok → (1:int32)

Result code for a dialog that has been confirmed by the user (e.g. 'Ok' or 'Yes').

Cancel

public constant Cancel → (2:int32)

Result code for a dialog that has been cancelled by the user (e.g. 'Cancel' or 'No').