DialogStatus property (ILEADRasterDlgImgEfx)

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 se

lected from the menu and the dialog exited successfully. The StitchBitmap property will be updated with the exported bitmap.

See Also

Elements

ShowMotionBlurDlg, ShowAverageDlg, ShowMedianDlg, ShowAddNoiseDlg, ShowMaxFilterDlg, ShowMinFilterDlg, ShowSharpenDlg, ShowShiftDifferenceFilterDlg, ShowEmbossDlg, ShowOilifyDlg, ShowMosaicDlg, ShowErosionFilterDlg, ShowDilationFilterDlg, ShowContourFilterDlg, ShowGradientFilterDlg, ShowLaplacianFilterDlg, ShowSobelFilterDlg, ShowPrewittFilterDlg, ShowLineSegmentFilterDlg, ShowUnsharpMaskDlg, ShowAddBitmapsDlg, ShowStitchDlg, ShowEdgeDetectorDlg, ShowUnderlayDlg, ShowPicturizeDlg.