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