DialogStatus property (ILEADRasterDlgEfx)

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.