DataGrid.LinkColor Property

Definition

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

public:
 property System::Drawing::Color LinkColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color LinkColor { get; set; }
member this.LinkColor : System.Drawing.Color with get, set
Public Property LinkColor As Color

Property Value

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

Remarks

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.

Applies to

See also