SaveFileDialog.CreatePrompt 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示如果用户指定一个不存在的文件,SaveFileDialog 是否提示用户以允许创建文件。
public:
property bool CreatePrompt { bool get(); void set(bool value); };
public bool CreatePrompt { get; [System.Security.SecurityCritical] set; }
public bool CreatePrompt { get; set; }
[<set: System.Security.SecurityCritical>]
member this.CreatePrompt : bool with get, set
member this.CreatePrompt : bool with get, set
Public Property CreatePrompt As Boolean
属性值
如果对话框应在保存到一个以前不存在的文件名之前进行提示,则为 true
,否则为 false
。 默认值为 false
。
- 属性