ObjectDCL Banner

Style Property

Description

Determines if the FileDialog box is to be a Save or Open dialog box.

Type

This property is an integer. The valid values are:

  • 0 (Save)
  • 1 (Open)

Applies For

CustomFileDlg.

Remarks

This property can only be set at design time only.

Cannot be read at runtime from AutoLISP.