Version

AddToVisitedLinks Property

Specifies whether to add the link to the visited links list. Default value is true when the Left mouse button is clicked and false for any other mouse button.
Syntax
'Declaration
 
Public Property AddToVisitedLinks As Boolean
public bool AddToVisitedLinks {get; set;}
Remarks

AddToVisitedLinks property specifies whether the link should be added to the visited links collection. When a link is considered to be visited, it will be drawn using the visited link appearance. You would typically set this property to false if for example you cancel the opening of the link operation.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also