次の方法で共有


DataGrid.LinkColor プロパティ

クリックすると子テーブルに移動できるテキストの色を取得または設定します。

Public Property LinkColor As Color
[C#]
public Color LinkColor {get; set;}
[C++]
public: __property Color get_LinkColor();public: __property void set_LinkColor(Color);
[JScript]
public function get LinkColor() : Color;public function set LinkColor(Color);

プロパティ値

クリックすると子テーブルに移動できるテキストの色を表す Color 。既定値は HotTrack です。

解説

通常、 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 ファミリ

参照

DataGrid クラス | DataGrid メンバ | System.Windows.Forms 名前空間 | LinkColor