FileDialog.Options 屬性

定義

取得值來初始化 FileDialog

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

屬性值

初始化 FileDialog 的內部值的位元 (Bitwise) 組合。

備註

屬性 Options 會對應至旗標,用來使用 Win32 初始化檔案對話方塊。 使用 類別的屬性 FileDialog 來取得和設定選項。

適用於