CommonItemDialog.DereferenceLinks Property

Definition

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).

public:
 property bool DereferenceLinks { bool get(); void set(bool value); };
public bool DereferenceLinks { get; set; }
member this.DereferenceLinks : bool with get, set
Public Property DereferenceLinks As Boolean

Property Value

Remarks

Not all dialogs allow users to select shortcuts.

Applies to