NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileDialog Class

Displays a dialog window from which the user can select a file.

Object
   Component
      CommonDialog
         FileDialog

[Visual Basic]
MustInherit Public Class FileDialog
   Inherits CommonDialog
[C#]
public abstract class FileDialog : CommonDialog
[C++]
public __gc __abstract class FileDialog : public CommonDialog
[JScript]
public abstract class FileDialog extends CommonDialog

Remarks

FileDialog is a modal dialog; therefore when shown, it blocks the rest of the application until the user has chosen a file.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

FileDialog Members | System.WinForms Namespace | System.Winforms.CommonDialog | System.Winforms.OpenFileDialog | System.Winforms.SaveFileDialog