DevOpenFileOrFolderDialogAutoUpgradeEnabled Property
Gets or sets a value indicating whether this dialog box should
automatically upgrade appearance and behavior when running on Windows Vista.
Namespace: DevCase.UI.DialogsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(true)]
public bool AutoUpgradeEnabled { get; set; }
<DefaultValueAttribute(true)>
Public Property AutoUpgradeEnabled As Boolean
Get
Set
Dim instance As DevOpenFileOrFolderDialog
Dim value As Boolean
value = instance.AutoUpgradeEnabled
instance.AutoUpgradeEnabled = value
public:
[DefaultValueAttribute(true)]
property bool AutoUpgradeEnabled {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member AutoUpgradeEnabled : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if this System.Windows.Forms.FileDialog instance
should automatically upgrade appearance and behavior when running on Windows Vista;
otherwise,
.
The default value is
.