OpenFileDialog.CheckFileExists プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim instance As OpenFileDialog Dim value As Boolean value = instance.CheckFileExists instance.CheckFileExists = value
public: virtual property bool CheckFileExists { bool get () override; void set (bool value) override; }
/** @property */ public boolean get_CheckFileExists () /** @property */ public void set_CheckFileExists (boolean value)
public override function get CheckFileExists () : boolean public override function set CheckFileExists (value : boolean)
存在しないファイルの名前をユーザーが指定した場合にダイアログ ボックスが警告を表示する場合は true。それ以外の場合は false。既定値は true です。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- OpenFileDialog.CheckFileExists プロパティのページへのリンク