Solved

Which of the Following Is NOT True Regarding the FileDialog

Question 66

Multiple Choice

Which of the following is NOT true regarding the FileDialog object properties?


A) The Open option allows the user to select one or more files that can be opened in the Object Browser.
B) The FolderPicker option allows the user to select a path (folder) .The file path text is stored in the SelectedItems method of the FileDialog object.
C) The FilePicker option allows the user to select one or more files.The file paths are stored in the SelectedItems method of the FileDialog object.
D) The SaveAs option allows the user to select a single file that can then be used to save the current file.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions