OpenFileDialog.CheckFileExists 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示如果用户指定不存在的文件名,对话框是否显示警告。
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
属性值
如果对话框在用户指定的文件名不存在时显示警告,则为 true
;反之,则为 false
。 默认值是 true
。