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

Resets the PressedAppearance property to its default value.

Syntax

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

Remarks

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.

See Also

Reference

UltraButtonBase Class
UltraButtonBase Members
PressedAppearance Property
T:Infragistics.Win.AppearanceBase
M:Infragistics.Win.AppearanceBase.Reset