Resets the PressedAppearance property to its default value. Syntax Remarks Invoke this method to reset the PressedAppearance property to its default value. Once this method is invoked, the ShouldSerializePressedAppearance method will return False until the PressedAppearance property is set again.
Resets the ShowToolTips property to its default value. Syntax Remarks Invoke this method to reset the ShowToolTips property to its default value. Once this method is invoked, the ShouldSerializeShowToolTips method will return False until the ShowToolTips property is set again.
Resets the ToolAppearance property to its default value. Syntax Remarks Invoke this method to reset the ToolAppearance property to its default value. Once this method is invoked, the ShouldSerializeToolAppearance method will return False until the ToolAppearance property is set again.
Resets the ToolDisplayStyle property to its default value. Syntax Remarks Invoke this method to reset the ToolDisplayStyle property to its default value. Once this method is invoked, the ShouldSerializeToolDisplayStyle method will return False until the ToolDisplayStyle property is set again.
Resets the UseLargeImages property to its default value. Syntax Remarks Invoke this method to reset the UseLargeImages property to its default value. Once this method is invoked, the ShouldSerializeUseLargeImages method will return False until the UseLargeImages property is set again.
Syntax Parameters info
Syntax Parameters info name
Overload List
Determines whether the Appearance property is set to its default value. Syntax Return Value True if the Appearance property is not set to its default value; False otherwise. Remarks Invoke the ResetAppearance method to reset this property to its default value.