DataGridViewLinkCell::LinkVisited Property

 

Gets or sets a value indicating whether the link was visited.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool LinkVisited {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the link has been visited; otherwise, false. The default is false.

When the TrackVisitedState property is set to true, the LinkVisited property is automatically set when the link is visited.

A link is visited if it has been activated by selecting it with the mouse or keyboard.

.NET Framework
Available since 2.0
Return to top
Show: