Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FolderBrowserDialog.AutoUpgradeEnabled Property

Definition

Namespace:
System.Windows.Forms
Assembly:
System.Windows.Forms.dll
Source:
FolderBrowserDialog.cs
Source:
FolderBrowserDialog.cs
Source:
FolderBrowserDialog.cs
Source:
FolderBrowserDialog.cs
Source:
FolderBrowserDialog.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets a value that indicates whether the dialog will be automatically upgraded to enable new features.

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

Property Value

true if the dialog will be automatically upgraded to enable new features; otherwise, false. The default value is true.

Applies to


Feedback

Was this page helpful?