DataGrid::LinkColor Property

 

Gets or sets the color of the text that you can click to navigate to a child table.

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

public:
property Color LinkColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

A Color that represents the color of text that is clicked to navigate to a child table. The default is HotTrack.

You typically use this method only if you are either creating a designer for the System.Windows.Forms::DataGrid, or creating your own control incorporating the System.Windows.Forms::DataGrid.

.NET Framework
Available since 1.1
Return to top
Show: