xtd_c - Reference Guide 0.2.0
dialog_result.h
Go to the documentation of this file.
1 
6 #pragma once
7 
53 };
54 
The dialog box return value is Abort (usually sent from a button labeled Abort).
Definition: dialog_result.h:44
The dialog box return value is No (usually sent from a button labeled No).
Definition: dialog_result.h:52
xtd_forms_dialog_result
Specifies identifiers to indicate the return value of a dialog box.
Definition: dialog_result.h:36
The dialog box return value is Ignore (usually sent from a button labeled Ignore).
Definition: dialog_result.h:48
The dialog box return value is Cancel (usually sent from a button labeled Cancel).
Definition: dialog_result.h:42
The dialog box return value is OK (usually sent from a button labeled OK).
Definition: dialog_result.h:40
The dialog box return value is Retry (usually sent from a button labeled Retry).
Definition: dialog_result.h:46
The dialog box return value is Yes (usually sent from a button labeled Yes).
Definition: dialog_result.h:50
Nothing is returned from the dialog box. This means that the modal dialog continues running...
Definition: dialog_result.h:38