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

속성 값

Boolean

trueWindows Vista에서 실행할 때 이 FileDialog 인스턴스가 모양과 동작을 자동으로 업그레이드해야 하면 이고, false그렇지 않으면 . 기본값은 true입니다.

설명

이 속성인 falseFileDialog 경우 클래스는 Windows Vista에서 WINDOWS XP 스타일의 모양과 동작을 갖습니다.

Windows XP에서 이 속성은 아무런 영향을 주지 않습니다.

적용 대상