| Visual Basic (Declaration) | |
|---|---|
Public Sub ResetPressedAppearance() | |
| C# | |
|---|---|
public void ResetPressedAppearance() | |
Use this method to reset the PressedAppearance property. If the PressedAppearance 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 T:Infragistics.Win.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
UltraButtonBase ClassUltraButtonBase Members
PressedAppearance Property
T:Infragistics.Win.AppearanceBase
M:Infragistics.Win.AppearanceBase.Reset