Share via


DataGridTableStyle.LinkHoverColor Proprietà

Definizione

Ottiene o imposta il colore visualizzato quando si passa con il mouse sul testo del collegamento.

public:
 property System::Drawing::Color LinkHoverColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Browsable(false)]
[System.Runtime.InteropServices.ComVisible(false)]
public System.Drawing.Color LinkHoverColor { get; set; }
[System.ComponentModel.Browsable(false)]
public System.Drawing.Color LinkHoverColor { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.LinkHoverColor : System.Drawing.Color with get, set
[<System.ComponentModel.Browsable(false)>]
member this.LinkHoverColor : System.Drawing.Color with get, set
Public Property LinkHoverColor As Color

Valore della proprietà

Oggetto Color che rappresenta il colore visualizzato al passaggio del puntatore.

Attributi

Si applica a

Vedi anche