FolderBrowserDialog.AutoUpgradeEnabled Property

Definition

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