FileDialog.Options 属性

定义

获取文件对话用于初始化的 Win32 常见文件对话标志。

protected:
 property int Options { int get(); };
protected int Options { get; }
member this.Options : int
Protected ReadOnly Property Options As Integer

属性值

包含文件对话用于初始化的 Win32 公共文件对话标志的 A Int32

注解

此值用于显示具有当前属性值集的文件对话框。 实际选项作为特定对话的属性公开,但未记录为此级别的公共标志值,因此此属性的使用主要是内部的,用于实现派生类 OpenFileDialogSaveFileDialog

适用于