DataGrid::ResetLinkHoverColor Method ()

 
Use BaseTrue

Resets the LinkHoverColor property to its default value.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void ResetLinkHoverColor()

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

.NET Framework
Available since 1.1
Return to top
Show: