Version

ResetPressedNewTabButtonAppearance Method

Resets the PressedNewTabButtonAppearance property to its default value.
Syntax
'Declaration
 
Public Sub ResetPressedNewTabButtonAppearance() 
public void ResetPressedNewTabButtonAppearance()
Remarks

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UltraTabControlBase Class
UltraTabControlBase Members
PressedNewTabButtonAppearance Property
Infragistics.Win.AppearanceBase
Infragistics.Win.AppearanceBase.Reset