Version

OpenLink Property

Specifies whether the control should open the link. The link will be opened using the .NET Process class. The default value is true when the Left mouse button is clicked and false for any other mouse button.
Syntax
'Declaration
 
Public Property OpenLink As Boolean
public bool OpenLink {get; set;}
Remarks

OpenLink property is useful if you want to prevent the control from opening the link so you can open the link yourself, using some custom code.

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