DataGrid.ShouldSerializeParentRowsForeColor メソッド
ParentRowsForeColor プロパティを永続化する必要があるかどうかを示します。
Protected Overridable Function ShouldSerializeParentRowsForeColor() _
_
As Boolean
[C#]
protected virtual bool ShouldSerializeParentRowsForeColor();
[C++]
protected: virtual bool ShouldSerializeParentRowsForeColor();
[JScript]
protected function ShouldSerializeParentRowsForeColor() : Boolean;
戻り値
プロパティの値が既定値から変更されている場合は true 。それ以外の場合は false 。
解説
通常、 System.Windows.Forms.DataGrid のデザイナを作成する場合、または System.Windows.Forms.DataGrid を組み込んだ独自のコントロールを作成する場合にだけ、このメソッドを使用します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ