DataGrid.ShouldSerializeGridLineColor メソッド
GridLineColor プロパティを永続化する必要があるかどうかを示します。
Protected Overridable Function ShouldSerializeGridLineColor() As _
Boolean
[C#]
protected virtual bool ShouldSerializeGridLineColor();
[C++]
protected: virtual bool ShouldSerializeGridLineColor();
[JScript]
protected function ShouldSerializeGridLineColor() : 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 ファミリ