DialogStatus property (ILEADRasterDlgClr)

Visual Basic example

Visual C++ example

 

Syntax

DialogStatusConstants DialogStatus;

Overview

Refer to Using Imaging Common Dialogs

Remarks

(Read Only) Gets a value that represents the status of a dialog. Possible values are:

Value

Meaning

DLG_OK

The "OK" button was pressed, and the dialog exited successfully.

DLG_CANCEL

The "Cancel" button was pressed, and the dialog exited successfully.

DLG_CLOSE

The dialog exits successfully after pressing the "Close" button.

DLG_EXPORTANDEXIT

"Exit and Export" was selected from the menu and the dialog exited successfully. The StitchBitmap property will be updated with the exported bitmap.