DataGrid::ShouldSerializeCaptionForeColor Method ()

 

Gets a value indicating whether the CaptionForeColor property should be persisted.

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

protected:
virtual bool ShouldSerializeCaptionForeColor()

Return Value

Type: System::Boolean

true if the property value has been changed from its default; otherwise, false.

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: