FileDialog.CheckFileExists 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示如果用户指定不存在的文件名,对话框是否显示警告。
public:
virtual property bool CheckFileExists { bool get(); void set(bool value); };
public virtual bool CheckFileExists { get; set; }
member this.CheckFileExists : bool with get, set
Public Overridable Property CheckFileExists As Boolean
属性值
当用户指定不存在的文件名时,如果对话框显示警告,值为 true
;反之,值为 false
。 默认值是 false
。
注解
true
对于继承 OpenFileDialog 的 ,默认值为 ,false
对于继承的 SaveFileDialog,默认值为 。