DereferenceLinks Property

Summary
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).
Syntax
C#
VB
C++
public bool DereferenceLinks { get; set; } 
  
Public Property DereferenceLinks As Boolean 
public: 
property bool DereferenceLinks { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

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

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.