| Visual Basic (Declaration) | |
|---|---|
Public Sub ResetHotTrackAppearance() | |
| C# | |
|---|---|
public void ResetHotTrackAppearance() | |
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.
Reference
ControlBase ClassControlBase Members
HotTrackAppearance Property
T:Infragistics.Win.AppearanceBase
M:Infragistics.Win.AppearanceBase.Reset