DevOpenFileOrFolderDialogDereferenceLinks Property

Gets or sets a value indicating whether the dialog box returns the location of the file referenced by the shortcut or whether it returns the location of the shortcut (.lnk).

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 DereferenceLinks { get; set; }

Property Value

Boolean
if the dialog box returns the location of the file referenced by the shortcut; otherwise, .

The default value is .

See Also