OpenFileDialog.CheckFileExists 属性

定义

获取或设置一个值,该值指示如果用户指定不存在的文件名,对话框是否显示警告。

public:
 virtual property bool CheckFileExists { bool get(); void set(bool value); };
public override bool CheckFileExists { get; set; }
member this.CheckFileExists : bool with get, set
Public Overrides Property CheckFileExists As Boolean

属性值

Boolean

如果对话框在用户指定的文件名不存在时显示警告,则为 true;反之,则为 false。 默认值是 true

适用于

另请参阅