DataGrid.LinkColor 屬性

定義

取得或設定文字色彩,按一下這個文字便可巡覽至子資料表。

public:
 property System::Drawing::Color LinkColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color LinkColor { get; set; }
member this.LinkColor : System.Drawing.Color with get, set
Public Property LinkColor As Color

屬性值

Color,代表按一下便可巡覽至子資料表的文字色彩。 預設為 HotTrack

備註

您通常只有在為 建立設計工具 System.Windows.Forms.DataGrid 或建立自己的控制項併入 System.Windows.Forms.DataGrid 時,才使用這個方法。

適用於

另請參閱