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).
[Visual Basic] Public Property DereferenceLinks As Boolean [C#] public bool DereferenceLinks {get; set;} [C++] public: __property bool get_DereferenceLinks(); public: __property void set_DereferenceLinks(bool); [JScript] public function get DereferenceLinks() : Boolean; public function set DereferenceLinks(Boolean);
true if the dialog box returns the location of the file referenced by the shortcut; otherwise, false. The default value is true.
FileDialog Class | FileDialog Members | System.WinForms Namespace