DataGridTableStyle.ResetLinkHoverColor Method

Definition

Resets the LinkHoverColor property to its default value.

public:
 void ResetLinkHoverColor();
public void ResetLinkHoverColor ();
member this.ResetLinkHoverColor : unit -> unit
Public Sub ResetLinkHoverColor ()

Remarks

You typically use this method if you are either creating a designer for the DataGridTableStyle or creating your own control incorporating the DataGridTableStyle. You can use the ShouldSerializeLinkHoverColor method to determine whether the property value has changed from its default.

Applies to

See also