FileDialog.AutoUpgradeEnabled プロパティ

定義

Windows Vista で実行するときに、この FileDialog インスタンスの外観と動作を自動的にアップグレードするかどうかを示す値を取得または設定します。

public:
 property bool AutoUpgradeEnabled { bool get(); void set(bool value); };
public bool AutoUpgradeEnabled { get; set; }
member this.AutoUpgradeEnabled : bool with get, set
Public Property AutoUpgradeEnabled As Boolean

プロパティ値

true この FileDialog インスタンスが Windows Vista で実行されているときに外観と動作を自動的にアップグレードする必要がある場合は 。それ以外の場合 falseは 。 既定値は、true です。

注釈

このプロパティが の false場合、 FileDialog クラスは Windows Vista での Windows XP スタイルの外観と動作を持ちます。

Windows XP では、このプロパティは影響を与えません。

適用対象