Computer Science, asked by harshsahu4861, 1 year ago

Which property is the same in the openfiledialog and save the file dialogue control?

Answers

Answered by harshiniarasu
16
file name
filter
initial directory
Answered by Anonymous
0

The OpenFileDialog and SaveFileDialog controls have the following properties:-

DefaultExt:- You can use this attribute to specify the default file extension.

InitialDirectory:- When you use the OpenFileDialog and SaveFileDialog, this property specifies the Initial Directory that should be opened.

RestoreDirectory:- If this parameter is set to true, the original directory will be restored before the file is closed.

FileNames:- This will show you the file names of all the files you've selected.

Similar questions