DataGrid::CaptionForeColor Property
.NET Framework (current version)
Gets or sets the foreground color of the caption area.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Drawing::ColorA Color that represents the foreground color of the caption area. The default is ActiveCaptionText.
The following code example sets the CaptionForeColor property of the System.Windows.Forms::DataGrid control.
Private Sub SetCaptionForeClr(ByVal myGrid As DataGrid) myGrid.CaptionForeColor = System.Drawing.Color.Tomato End Sub
.NET Framework
Available since 1.1
Available since 1.1
Show: