Infragistics(R) NetAdvantage(R) Windows Forms
ResetHotTrackAppearance Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace > ControlBase Class : ResetHotTrackAppearance Method

Resets the HotTrackAppearance property to its default value.

Syntax

Visual Basic (Declaration) 
Public Sub ResetHotTrackAppearance() 
C# 
public void ResetHotTrackAppearance()

Remarks

Use this method to reset the HotTrackAppearance property. If the HotTrackAppearance property was set to an Appearance from the Appearances collection, the properties on the T:Infragistics.Win.AppearanceBase object in the collection will remain the same but the Appearance property will no longer be attached to that T:Infragistics.Win.AppearanceBase. To reset the properties of the associated Appearance object, the M:Infragistics.Win.Appearance.Reset method of the Appearance object itself should be invoked instead.

See Also

Reference

ControlBase Class
ControlBase Members
HotTrackAppearance Property
T:Infragistics.Win.AppearanceBase
M:Infragistics.Win.AppearanceBase.Reset