Updated: November 2007
Gets or sets a value indicating whether this FileDialog instance should automatically upgrade appearance and behavior when running on Windows Vista.
Public Property AutoUpgradeEnabled As Boolean
Dim instance As FileDialog Dim value As Boolean value = instance.AutoUpgradeEnabled instance.AutoUpgradeEnabled = value
public bool AutoUpgradeEnabled { get; set; }
public: property bool AutoUpgradeEnabled { bool get (); void set (bool value); }
/** @property */ public boolean get_AutoUpgradeEnabled() /** @property */ public void set_AutoUpgradeEnabled(boolean value)
public function get AutoUpgradeEnabled () : boolean public function set AutoUpgradeEnabled (value : boolean)
true if this FileDialog instance should automatically upgrade appearance and behavior when running on Windows Vista; otherwise, false. The default is true.
If this property is false, the FileDialog class will have a Windows XP-style appearance and behavior on Windows Vista.
On Windows XP, this property does not have any effect.