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!

OpenFileDialog.CheckFileExists

[To be supplied.]

[Visual Basic]
Overridable Public Property CheckFileExists As Boolean
[C#]
public bool CheckFileExists {override get; override set;}
[C++]
public: __property virtual bool get_CheckFileExists();
public: __property virtual void set_CheckFileExists(bool);
[JScript]
public function get CheckFileExists() : Boolean;
public function set CheckFileExists(Boolean);

See Also

OpenFileDialog Class | OpenFileDialog Members | System.WinForms Namespace