共用方式為


FileDialog.Options 屬性

定義

取得值來初始化 。FileDialog

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

屬性值

一個內部值的位元組合,初始化了 FileDialog

備註

Options 屬性對應於使用 Win32 初始化檔案對話框所使用的旗標。 利用類別 FileDialog 的屬性來取得並設定選項。

適用於