DevOpenFileOrFolderDialogAutoUpgradeEnabled Property

Gets or sets a value indicating whether this dialog box should automatically upgrade appearance and behavior when running on Windows Vista.

Definition

Namespace: DevCase.UI.Dialogs
Assembly: 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; }

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 .

See Also