Flags Property

NI Vision for Visual Basic

Flags Property

Syntax

CWIMAQImageDialog.Flags

Data Type

CWIMAQImageDialogFlags

You can use the following constants with this data type:

  • cwimaqAllowMultiselect—Allow the user to select more than one file.
  • cwimaqNoChangeDir—Forces the dialog box to set the current directory to what it was when the dialog box was opened.

Purpose

The options for the dialog box.

Remarks

You can add the values of the enumeration together to specify more than one option.